summaryrefslogtreecommitdiffstats
path: root/target/linux/tegra/image/generic-bootscript
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tmn505@gmail.com>2024-05-15 19:02:07 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2024-05-17 17:04:24 +0300
commita0c5efd3f7f40420655b5f92bd9002f2eb6ba35d (patch)
tree4fe51644a806625fa1ec3d1d0e4cb702f4a73faa /target/linux/tegra/image/generic-bootscript
parent82353d3e3d3059fa221541f764df9cdc8a20d9ed (diff)
downloadopenwrt-a0c5efd3f7f40420655b5f92bd9002f2eb6ba35d.tar.gz
openwrt-a0c5efd3f7f40420655b5f92bd9002f2eb6ba35d.tar.bz2
openwrt-a0c5efd3f7f40420655b5f92bd9002f2eb6ba35d.zip
tegra: drop console specifiers from kernel commad line
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>
Diffstat (limited to 'target/linux/tegra/image/generic-bootscript')
-rw-r--r--target/linux/tegra/image/generic-bootscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/tegra/image/generic-bootscript b/target/linux/tegra/image/generic-bootscript
index 0e7816490d..5d4620c4d2 100644
--- a/target/linux/tegra/image/generic-bootscript
+++ b/target/linux/tegra/image/generic-bootscript
@@ -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