[openwrt/openwrt] uboot-mediatek: pass console=tty1 for BPi-R2
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 20 20:57:05 PDT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7ca173d51a281681f85532fbd212e0c1b9d95806
commit 7ca173d51a281681f85532fbd212e0c1b9d95806
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Aug 21 04:31:57 2021 +0100
uboot-mediatek: pass console=tty1 for BPi-R2
BananaPi BPi-R2 comes with HDMI and MIPI-DSI. Use dislpay facility in
Linux by add "console=tty1" boot argument.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/boot/uboot-mediatek/patches/400-update-bpir2-defconfig.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/uboot-mediatek/patches/400-update-bpir2-defconfig.patch b/package/boot/uboot-mediatek/patches/400-update-bpir2-defconfig.patch
index c42a2c628b..8e11afc3d1 100644
--- a/package/boot/uboot-mediatek/patches/400-update-bpir2-defconfig.patch
+++ b/package/boot/uboot-mediatek/patches/400-update-bpir2-defconfig.patch
@@ -159,7 +159,7 @@
+serverip=192.168.1.254
+loadaddr=0x88000000
+dtaddr=0x83f00000
-+console=earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200
++console=earlycon=uart8250,mmio32,0x11004000 console=ttyS2,115200 console=tty1
+initrd_high=0xafffffff
+part_default=3
+part_recovery=2
More information about the lede-commits
mailing list