Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1392f7c9 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Nicolas Ferre
Browse files

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: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 15f7e253
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@
	compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5";

	chosen {
		bootargs = "ignore_loglevel earlyprintk";
		stdout-path = "serial0:115200n8";
	};

+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@
	compatible = "atmel,sama5d4ek", "atmel,sama5d4", "atmel,sama5";

	chosen {
		bootargs = "ignore_loglevel earlyprintk";
		stdout-path = "serial0:115200n8";
	};