ARM: shmobile: lager dts: Drop console= bootargs parameter
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 2 Dec 2014 17:39:48 +0000 (18:39 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Sun, 21 Dec 2014 08:03:53 +0000 (17:03 +0900)
Since commit FIXME ("ARM: shmobile: lager: Remove legacy board support"),
lager is restricted to booting from DT, so chosen/stdout-path is always
used, and we can drop the "console=" parameter from chosen/bootargs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7790-lager.dts

index ec843192d653dc2313cbfa62492506174efc511d..4118030f366dfa7d86b24eafa30fc07920dabe45 100644 (file)
@@ -52,7 +52,7 @@
        };
 
        chosen {
-               bootargs = "console=ttySC0,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
+               bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
                stdout-path = &scifa0;
        };