diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-04 16:15:49 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-11-16 15:53:05 +0100 |
commit | 1392f7c905e80361f57977e4c0f37f0a5d44e597 (patch) | |
tree | 54614c4d48f0cce5096845badd5826f4c0d87707 /arch/arm/boot/dts/at91-sama5d4_xplained.dts | |
parent | ARM: at91/dt: remove leftovers clock definition (diff) | |
download | linux-1392f7c905e80361f57977e4c0f37f0a5d44e597.tar.xz linux-1392f7c905e80361f57977e4c0f37f0a5d44e597.zip |
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-sama5d4_xplained.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4_xplained.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index 7228fc7f414d..131614f28e75 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"; }; |