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

Commit 81104f60 authored by Gaël PORTAY's avatar Gaël PORTAY Committed by Nicolas Ferre
Browse files

ARM: at91/dt: at91-kizbox: update chosen node



Simplify the bootargs since the platform is booting from an initramfs and
set the kernel stdout path to DBGU.

Signed-off-by: default avatarGaël PORTAY <g.portay@overkiz.com>
Acked-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent ea685849
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@
	compatible = "overkiz,kizbox", "atmel,at91sam9g20", "atmel,at91sam9";

	chosen {
		bootargs = "panic=5 ubi.mtd=1 rootfstype=ubifs root=ubi0:root";
		bootargs = "ubi.mtd=ubi";
		linux,stdout-path = &dbgu;
	};

	memory {