diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-04 10:15:49 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-11-16 09:53:05 -0500 |
commit | 1392f7c905e80361f57977e4c0f37f0a5d44e597 (patch) | |
tree | 54614c4d48f0cce5096845badd5826f4c0d87707 /arch | |
parent | 15f7e2537a164a9a19861b67aa4368297f8b00bb (diff) |
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')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4_xplained.dts | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4ek.dts | 1 |
2 files changed, 0 insertions, 2 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 @@ | |||
50 | compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5"; | 50 | compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5"; |
51 | 51 | ||
52 | chosen { | 52 | chosen { |
53 | bootargs = "ignore_loglevel earlyprintk"; | ||
54 | stdout-path = "serial0:115200n8"; | 53 | stdout-path = "serial0:115200n8"; |
55 | }; | 54 | }; |
56 | 55 | ||
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 @@ | |||
50 | compatible = "atmel,sama5d4ek", "atmel,sama5d4", "atmel,sama5"; | 50 | compatible = "atmel,sama5d4ek", "atmel,sama5d4", "atmel,sama5"; |
51 | 51 | ||
52 | chosen { | 52 | chosen { |
53 | bootargs = "ignore_loglevel earlyprintk"; | ||
54 | stdout-path = "serial0:115200n8"; | 53 | stdout-path = "serial0:115200n8"; |
55 | }; | 54 | }; |
56 | 55 | ||