mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-26 16:42:47 +00:00
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>
This commit is contained in:
parent
82353d3e3d
commit
a0c5efd3f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user