Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1262449
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] ARM: at91/dt: remove bootargs |
| Date | 2015-11-04 18:20 +0100 |
| Message-ID | <qr9T3-3m9-5@gated-at.bofh.it> (permalink) |
| References | <qr8ki-2go-39@gated-at.bofh.it> <qr8kj-2go-51@gated-at.bofh.it> |
| Organization | atmel |
Le 04/11/2015 16:15, Alexandre Belloni a écrit :
> Passing earlyprintk in the bootargs may crash the board as it depends on
> having a sane DEBUG_UART_PHYS configured which is not always the case.
>
> Also remove ignore_loglevel
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> arch/arm/boot/dts/at91-sama5d4_xplained.dts | 1 -
> arch/arm/boot/dts/at91-sama5d4ek.dts | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> index d3de7565efc3..5a8adb6a98e1 100644
> --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> @@ -50,7 +50,6 @@
> compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5";
>
> chosen {
> - bootargs = "ignore_loglevel earlyprintk";
> stdout-path = "serial0:115200n8";
> };
>
> diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts
> index c9d8b73a65ad..25aebb6d932b 100644
> --- a/arch/arm/boot/dts/at91-sama5d4ek.dts
> +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts
> @@ -50,7 +50,6 @@
> compatible = "atmel,sama5d4ek", "atmel,sama5d4", "atmel,sama5";
>
> chosen {
> - bootargs = "ignore_loglevel earlyprintk";
> stdout-path = "serial0:115200n8";
> };
>
>
--
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] ARM: at91/dt: remove leftovers clock definition Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-11-04 16:40 +0100
[PATCH 2/2] ARM: at91/dt: remove bootargs Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-11-04 16:40 +0100
Re: [PATCH 2/2] ARM: at91/dt: remove bootargs Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-11-04 18:20 +0100
Re: [PATCH 1/2] ARM: at91/dt: remove leftovers clock definition Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-11-04 18:20 +0100
csiph-web