From: Philippe Schenker Date: Fri, 8 Apr 2022 08:07:02 +0000 (+0200) Subject: include: colibri_vf: add missing tdxargs variable X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=05cc835135d07241783b0228a5757bf4e784d05c;p=u-boot.git 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 Signed-off-by: Marcel Ziswiler --- diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 24851494f5..c536672291 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -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 && " \