From: David Woodhouse Date: Mon, 20 Jul 2020 20:00:29 +0000 (+0100) Subject: mediatek: mt7623: add explicit console= to U7623 kernel X-Git-Tag: v19.07.4~54 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2147c33e407591f913125074f06a1bdc4620e5ca;p=openwrt%2Fstaging%2Fchunkeey.git mediatek: mt7623: add explicit console= to U7623 kernel The bootloader for legacy builds can't set it, so we end up unable to log in on the serial port. Signed-off-by: David Woodhouse (cherry picked from commit ea9ef8c9451a08aa4dbb6efcbe5f20d9b788ebd2) --- diff --git a/target/linux/mediatek/patches-4.14/0227-arm-dts-Add-Unielec-U7623-DTS.patch b/target/linux/mediatek/patches-4.14/0227-arm-dts-Add-Unielec-U7623-DTS.patch index 996b309e8f..f0aa1fdbfb 100644 --- a/target/linux/mediatek/patches-4.14/0227-arm-dts-Add-Unielec-U7623-DTS.patch +++ b/target/linux/mediatek/patches-4.14/0227-arm-dts-Add-Unielec-U7623-DTS.patch @@ -63,7 +63,7 @@ Subject: [PATCH] arm: dts: Add Unielec U7623 DTS + }; + + chosen { -+ bootargs = "root=/dev/mmcblk0p2 rootfstype=squashfs,f2fs"; ++ bootargs = "root=/dev/mmcblk0p2 rootfstype=squashfs,f2fs console=ttyS0,115200"; + stdout-path = "serial2:115200n8"; + }; +