]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: genmai dts: Add chosen/stdout-path
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 3 Oct 2014 15:11:35 +0000 (17:11 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 24 Oct 2014 01:44:08 +0000 (10:44 +0900)
Add a stdout-path property so that automatic console selection works
in the absence of a "console=" parameter on the kernel command line.

Remove the now-superfluous "console=" parameter from chosen/bootargs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r7s72100-genmai.dts

index a3ed23c0a8f58abd3e2d035042dceb658b528bee..1518c5bcca33d8d1052c7fe70f97b3f043c33da3 100644 (file)
@@ -21,7 +21,8 @@
        };
 
        chosen {
-               bootargs = "console=ttySC2,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
+               bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
+               stdout-path = &scif2;
        };
 
        memory {