diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-04 18:15:49 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-11-16 17:53:05 +0300 |
commit | 1392f7c905e80361f57977e4c0f37f0a5d44e597 (patch) | |
tree | 54614c4d48f0cce5096845badd5826f4c0d87707 /arch/arm/boot/dts/at91-sama5d4ek.dts | |
parent | 15f7e2537a164a9a19861b67aa4368297f8b00bb (diff) | |
download | linux-1392f7c905e80361f57977e4c0f37f0a5d44e597.tar.xz |
ARM: at91/dt: remove bootargs
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>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d4ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4ek.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index df75c5d74649..2d4a33100af6 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"; }; |