From f98f2e26125f111df60d1ebdab483f91cc1f8e71 Mon Sep 17 00:00:00 2001 From: Chunguang Li Date: Thu, 2 Apr 2026 11:51:30 +0800 Subject: ls1043a: add env variables to assist boot Add LS1043ARDB-specific variables to assist the boot process, and update the related common and LS1043AQDS settings accordingly. Signed-off-by: Chunguang Li Signed-off-by: Peng Fan --- include/configs/ls1043ardb.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/configs/ls1043ardb.h') diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index ef8fdc1912b..90caf8a1371 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -201,4 +201,14 @@ #include +#ifndef SPL_NO_MISC +/* Initial environment variables */ +#define CFG_EXTRA_ENV_SETTINGS \ + EXTRA_ENV_SETTINGS \ + "board=ls1043ardb\0" \ + "fdtfile=fsl-ls1043a-rdb-sdk.dtb\0" \ + "image=Image\0" \ + "console_dbg=earlycon=uart8250,mmio,0x21c0500\0" +#endif + #endif /* __LS1043ARDB_H__ */ -- cgit v1.2.3