[PATCH v1 07/24] include: colibri_vf: add missing tdxargs variable

Marcel Ziswiler marcel at ziswiler.com
Fri Apr 8 10:07:02 CEST 2022


From: Philippe Schenker <philippe.schenker at toradex.com>

All the other NAND-based boards have tdxargs specified for setting
manual kernel command-line arguments.

Signed-off-by: Philippe Schenker <philippe.schenker at toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
---

 include/configs/colibri_vf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 68a2f3f3a3d..22ba7f44e61 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -51,7 +51,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 && " \
-- 
2.34.1



More information about the U-Boot mailing list