diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-08-21 04:31:57 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-08-21 04:35:52 +0100 |
commit | 7ca173d51a281681f85532fbd212e0c1b9d95806 (patch) | |
tree | cf69eefe325aad0723f798f1a5daaa4c2aa13e3b /package/boot | |
parent | c18f91d11822c5ac7572c35bcfc3538349157042 (diff) | |
download | upstream-7ca173d51a281681f85532fbd212e0c1b9d95806.tar.gz upstream-7ca173d51a281681f85532fbd212e0c1b9d95806.tar.bz2 upstream-7ca173d51a281681f85532fbd212e0c1b9d95806.zip |
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@makrotopia.org>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-mediatek/patches/400-update-bpir2-defconfig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |