tegra: drop console specifiers from kernel commad line
authorTomasz Maciej Nowak <tmn505@gmail.com>
Wed, 15 May 2024 17:02:07 +0000 (19:02 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 17 May 2024 14:04:24 +0000 (17:04 +0300)
Because recent changes to procd, last "console" argument was used as
primary argument and causing no terminal to be spawned on serial
interface. So drop the hardcoded consoles in boot script, since dts has
already an alias specified, which lets procd decide where to spawn the
terminal.

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
target/linux/tegra/image/generic-bootscript

index 0e7816490d9ebd182a053630f078360262491113..5d4620c4d2004833244bcfcd50fd1e51776d8f63 100644 (file)
@@ -1,6 +1,6 @@
 part uuid ${devtype} ${devnum}:2 ptuuid
 
-setenv bootargs "root=PARTUUID=${ptuuid} rw rootwait console=ttyS0,115200 console=tty0"
+setenv bootargs "root=PARTUUID=${ptuuid} rw rootwait"
 
 load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} zImage
 load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} ${soc}-${board}.dtb