diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-11-04 05:23:38 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-05 06:54:10 +0100 |
commit | 89aeff9989e87bb2d9d652994010bc18c68675d9 (patch) | |
tree | 2e1087830f28a69fe20abd3373d8ef18611a2a10 /arch/arm/boot/dts/r8a7794-alt.dts | |
parent | ARM: shmobile: r8a73a4: fix scifb* naming (diff) | |
download | linux-89aeff9989e87bb2d9d652994010bc18c68675d9.tar.xz linux-89aeff9989e87bb2d9d652994010bc18c68675d9.zip |
ARM: shmobile: alt dts: Drop console= bootargs parameter
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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7794-alt.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7794-alt.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index 8aec51268b7d..f2cf7576bf3f 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts @@ -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; }; |