mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-01 03:51:31 +02:00
include: colibri_vf: add missing tdxargs variable
All the other NAND-based boards have tdxargs specified for setting manual kernel command-line arguments. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
This commit is contained in:
parent
4551e18987
commit
05cc835135
@ -49,7 +49,7 @@
|
||||
"ubi.fm_autoconvert=1\0" \
|
||||
"ubiboot=run setup; " \
|
||||
"setenv bootargs ${defargs} ${ubiargs} ${mtdparts} " \
|
||||
"${setupargs} ${vidargs}; echo Booting from NAND...; " \
|
||||
"${setupargs} ${vidargs} ${tdxargs}; echo Booting from NAND...; " \
|
||||
"ubi part ubi && " \
|
||||
"ubi read ${kernel_addr_r} kernel && " \
|
||||
"ubi read ${fdt_addr_r} dtb && " \
|
||||
|
Loading…
x
Reference in New Issue
Block a user