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