Since commit 595c6a4bb77f0096 ("ARM: shmobile: koelsch: Remove legacy C
board code"), koelsch 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 <[email protected]>
Cc: [email protected]
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts 
b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 191f32bc43ea6dad..523ae4d807b907b2 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;
        };
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to