From: John Crispin <john@phrozen.org>
Date: Sun, 17 Nov 2019 17:13:28 +0000 (+0100)
Subject: mediatek: pass console inside bootargs on mt7629
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=567d08104efb28f22e2094c68cb470cf87a572c3;p=openwrt%2Fstaging%2Fjogo.git

mediatek: pass console inside bootargs on mt7629

Signed-off-by: John Crispin <john@phrozen.org>
---

diff --git a/target/linux/mediatek/files-4.19/arch/arm/boot/dts/mt7629-lynx-rfb.dts b/target/linux/mediatek/files-4.19/arch/arm/boot/dts/mt7629-lynx-rfb.dts
index b8ef3ed557..8ea7b163d8 100644
--- a/target/linux/mediatek/files-4.19/arch/arm/boot/dts/mt7629-lynx-rfb.dts
+++ b/target/linux/mediatek/files-4.19/arch/arm/boot/dts/mt7629-lynx-rfb.dts
@@ -18,7 +18,7 @@
 
 	chosen {
 		stdout-path = "serial0:115200n8";
-		bootargs = "earlycon=uart8250,mmio32,0x11002000";
+		bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n8";
 	};
 
 	gpio-keys {