[PATCH 1/1] ls1088ardb :Set CONFIG_SYS_BOARD to ls1088ardb

jaiprakash.singh at nxp.com jaiprakash.singh at nxp.com
Sat Jul 18 06:07:03 CEST 2020


From: Jaiprakash Singh <Jaiprakash.singh at nxp.com>

Env variable board and board_name set to
CONFIG_SYS_BOARD

Signed-off-by: Jaiprakash Singh <Jaiprakash.singh at nxp.com>
---
 include/configs/ls1088ardb.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h
index 815449f..650ffa3 100644
--- a/include/configs/ls1088ardb.h
+++ b/include/configs/ls1088ardb.h
@@ -319,6 +319,8 @@
 #endif /* CONFIG_TFABOOT */
 
 #undef CONFIG_EXTRA_ENV_SETTINGS
+#undef CONFIG_SYS_BOARD
+#define CONFIG_SYS_BOARD "ls1088ardb"
 #ifdef CONFIG_TFABOOT
 #define CONFIG_EXTRA_ENV_SETTINGS		\
 	"BOARD=ls1088ardb\0"			\
-- 
2.7.4



More information about the U-Boot mailing list