summaryrefslogtreecommitdiffstats
path: root/target/linux/rockchip/image/default.bootscript
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2024-03-26 02:25:42 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2024-03-29 19:34:42 +0100
commit163c3d0bde28664058656ce1c2bd97f80e4dbe2d (patch)
tree520e3ff0e6cd59404aad1c9719ea49d80795a83b /target/linux/rockchip/image/default.bootscript
parent50e6c8ae8df55532fb70c281bd238b9b1cf1fdaf (diff)
downloadopenwrt-163c3d0bde28664058656ce1c2bd97f80e4dbe2d.tar.gz
openwrt-163c3d0bde28664058656ce1c2bd97f80e4dbe2d.tar.bz2
openwrt-163c3d0bde28664058656ce1c2bd97f80e4dbe2d.zip
rockchip: remove redundant 'console' parameter from boot script
ttyS2 is the default console used for all rockchip boards. The redundant 'console=tty1' parameter now breaks the console due to recent procd update. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'target/linux/rockchip/image/default.bootscript')
-rw-r--r--target/linux/rockchip/image/default.bootscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rockchip/image/default.bootscript b/target/linux/rockchip/image/default.bootscript
index d49abd4478..cca0b8d4ac 100644
--- a/target/linux/rockchip/image/default.bootscript
+++ b/target/linux/rockchip/image/default.bootscript
@@ -8,7 +8,7 @@ elif test $stdout = 'serial@ff1a0000' ;
then serial_addr=',0xff1a0000';
fi;
-setenv bootargs "console=ttyS2,1500000 console=tty1 earlycon=uart8250,mmio32${serial_addr} root=PARTUUID=${uuid} rw rootwait";
+setenv bootargs "console=ttyS2,1500000 earlycon=uart8250,mmio32${serial_addr} root=PARTUUID=${uuid} rw rootwait";
load ${devtype} ${devnum}:1 ${kernel_addr_r} kernel.img