diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-29 17:28:38 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-30 04:18:31 +0300 |
commit | 79e69d179cb3391040a3693fca8bc12ec03c05fc (patch) | |
tree | aa119decc57cf7d3f91196b86f7383fc2844665f /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | 0456a4c14afb398ede4020eefa5dece45d86ed36 (diff) | |
download | linux-79e69d179cb3391040a3693fca8bc12ec03c05fc.tar.xz |
ARM: shmobile: koelsch dts: Drop console= bootargs parameter
Koelsch is now 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>
Cc: devicetree@vger.kernel.org
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 5e4d833ae491..924183817b02 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -25,7 +25,7 @@ }; chosen { - bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp"; + bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; stdout-path = &scif0; }; |