diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-03 19:11:35 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-24 05:44:08 +0400 |
commit | a67898660278c5a2f1242daafad0fc7535ff0344 (patch) | |
tree | 19368ec0a4ba4691064f8b4755ae979d4f2a3cad /arch/arm/boot/dts/r7s72100-genmai.dts | |
parent | e87aabaf24d660e3d4c68cfbd6aae0814b573375 (diff) | |
download | linux-a67898660278c5a2f1242daafad0fc7535ff0344.tar.xz |
ARM: shmobile: genmai dts: Add chosen/stdout-path
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>
Diffstat (limited to 'arch/arm/boot/dts/r7s72100-genmai.dts')
-rw-r--r-- | arch/arm/boot/dts/r7s72100-genmai.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts index a3ed23c0a8f5..1518c5bcca33 100644 --- a/arch/arm/boot/dts/r7s72100-genmai.dts +++ b/arch/arm/boot/dts/r7s72100-genmai.dts @@ -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 { |