From: Jaiprakash Singh <jaiprakash.si...@nxp.com> Env variable board and board_name set to CONFIG_SYS_BOARD
Signed-off-by: Jaiprakash Singh <jaiprakash.si...@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