]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91/dt: at91-kizbox: update chosen node
authorGaël PORTAY <g.portay@overkiz.com>
Thu, 30 Apr 2015 07:33:38 +0000 (09:33 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 30 Apr 2015 07:53:18 +0000 (09:53 +0200)
Simplify the bootargs since the platform is booting from an initramfs and
set the kernel stdout path to DBGU.

Signed-off-by: Gaël PORTAY <g.portay@overkiz.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91-kizbox.dts

index e7391047f08e2cf76920d9e196aae9368c928348..b567b5ff908fa8d94619d30e5524b442234ffd71 100644 (file)
@@ -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 {