diff options
author | David Woodhouse <dwmw2@infradead.org> | 2020-07-20 21:00:29 +0100 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-07-30 11:50:07 +0800 |
commit | 2147c33e407591f913125074f06a1bdc4620e5ca (patch) | |
tree | 1a1bc6550645f8e9479649193f68725bf4f8b319 /target | |
parent | 8fbe450e40797e917facb94ab78ee28a409c3fa4 (diff) | |
download | upstream-2147c33e407591f913125074f06a1bdc4620e5ca.tar.gz upstream-2147c33e407591f913125074f06a1bdc4620e5ca.tar.bz2 upstream-2147c33e407591f913125074f06a1bdc4620e5ca.zip |
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 <dwmw2@infradead.org>
(cherry picked from commit ea9ef8c9451a08aa4dbb6efcbe5f20d9b788ebd2)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mediatek/patches-4.14/0227-arm-dts-Add-Unielec-U7623-DTS.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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"; + }; + |