diff options
author | David Woodhouse <dwmw2@infradead.org> | 2020-07-20 21:00:29 +0100 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-07-26 16:42:35 +0800 |
commit | ea9ef8c9451a08aa4dbb6efcbe5f20d9b788ebd2 (patch) | |
tree | 33c230efff374bf8c251bea2f1f77567d827fcf6 /target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch | |
parent | 15f585afc5b66f5addb6667001c303b5fd502ce5 (diff) | |
download | upstream-ea9ef8c9451a08aa4dbb6efcbe5f20d9b788ebd2.tar.gz upstream-ea9ef8c9451a08aa4dbb6efcbe5f20d9b788ebd2.tar.bz2 upstream-ea9ef8c9451a08aa4dbb6efcbe5f20d9b788ebd2.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>
Diffstat (limited to 'target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch')
-rw-r--r-- | target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch b/target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch index 255445360f..d1ea20c0ff 100644 --- a/target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch +++ b/target/linux/mediatek/patches-5.4/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"; + }; + |