summaryrefslogtreecommitdiff
path: root/include/configs/ls1043aqds.h
diff options
context:
space:
mode:
authorChunguang Li <[email protected]>2026-04-02 11:51:30 +0800
committerTom Rini <[email protected]>2026-04-09 12:17:28 -0600
commitf98f2e26125f111df60d1ebdab483f91cc1f8e71 (patch)
treefa6b5604a263bf6dbbe9970f4eda9016e23b529a /include/configs/ls1043aqds.h
parent3e99d17ab372f5c8067e6153a71457a1b7848cf3 (diff)
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 <[email protected]> Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'include/configs/ls1043aqds.h')
-rw-r--r--include/configs/ls1043aqds.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h
index 7ccbb20bf2e..c06e986e93f 100644
--- a/include/configs/ls1043aqds.h
+++ b/include/configs/ls1043aqds.h
@@ -295,6 +295,11 @@
/*
* Environment
*/
+#ifndef SPL_NO_MISC
+/* Initial environment variables */
+#define CFG_EXTRA_ENV_SETTINGS \
+ EXTRA_ENV_SETTINGS
+#endif
#include <asm/fsl_secure_boot.h>