diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-03 11:11:38 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-23 21:44:09 -0400 |
commit | 05988b32e3551ffd23e095b3e409db112bb84809 (patch) | |
tree | 1f985fbec8feed71ba8af9ac22dd515dd83ae468 | |
parent | 2c32622c3f3f9c7e0d3480c1fc0a31a95e04dd91 (diff) |
ARM: shmobile: bockw-reference 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>
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw-reference.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts index 3342c74c5de8..fba294905ff4 100644 --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts | |||
@@ -28,7 +28,8 @@ | |||
28 | }; | 28 | }; |
29 | 29 | ||
30 | chosen { | 30 | chosen { |
31 | bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw"; | 31 | bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp rw"; |
32 | stdout-path = &scif0; | ||
32 | }; | 33 | }; |
33 | 34 | ||
34 | memory { | 35 | memory { |