ARM: shmobile: alt dts: Drop console= bootargs parameter
authorSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Nov 2014 04:23:38 +0000 (13:23 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 5 Nov 2014 05:54:10 +0000 (14:54 +0900)
Alt is booted from DT, so chosen/stdout-path is
always used, and we can drop the "console=" parameter from chosen/bootargs.

This change has a side-effect of changing the console speed from 38400
to 115200. This is intentional as 115200 is consistently used on
all other shmobile boards.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7794-alt.dts

index 8aec51268b7d81771f833f963595cf3ab427df5f..f2cf7576bf3f5a0be9f3373b033558b8345bf138 100644 (file)
@@ -20,7 +20,7 @@
        };
 
        chosen {
-               bootargs = "console=ttySC0,38400 ignore_loglevel rw root=/dev/nfs ip=dhcp";
+               bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
                stdout-path = &scif2;
        };