summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAlice Guo <[email protected]>2025-12-09 10:19:18 +0800
committerFabio Estevam <[email protected]>2025-12-29 10:17:00 -0300
commit0da3a8a939e420d9a5058299355c29368d64d934 (patch)
tree27cd7e149df1edc1643cc6dc7f08d6cc69d2f23f /configs
parentd4863fcca8d78600192823f6ce64e0c25a75998f (diff)
imx8ulp_evk: Move environment variables to .env file
Add board-specific environment variables to imx8ulp_evk.env for better maintainability. Define bsp_bootcmd in the environment to resolve the runtime error: "bsp_bootcmd" not defined. Signed-off-by: Alice Guo <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8ulp_evk_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8ulp_evk_defconfig b/configs/imx8ulp_evk_defconfig
index 8617cf32f2b..baca0b41099 100644
--- a/configs/imx8ulp_evk_defconfig
+++ b/configs/imx8ulp_evk_defconfig
@@ -29,7 +29,7 @@ CONFIG_FIT_VERBOSE=y
CONFIG_BOOTSTD_FULL=y
CONFIG_BOOTDELAY=0
CONFIG_BOOTCOMMAND="bootflow scan -l; run bsp_bootcmd"
-CONFIG_DEFAULT_FDT_FILE="imx8ulp-evk"
+CONFIG_DEFAULT_FDT_FILE="imx8ulp-evk.dtb"
CONFIG_SYS_CBSIZE=2048
CONFIG_SYS_PBSIZE=2068
CONFIG_BOARD_EARLY_INIT_F=y