rockchip: remove redundant 'console' parameter from boot script
authorTianling Shen <cnsztl@immortalwrt.org>
Mon, 25 Mar 2024 18:25:42 +0000 (02:25 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 29 Mar 2024 18:34:42 +0000 (19:34 +0100)
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>
target/linux/rockchip/image/default.bootscript

index d49abd44786d292734f8862897aab4618dd4a31e..cca0b8d4acff38f6d16d0b026a420fc1ea7e20e8 100644 (file)
@@ -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