diff options
Diffstat (limited to 'include/configs/stm32f429-evaluation.h')
-rw-r--r-- | include/configs/stm32f429-evaluation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stm32f429-evaluation.h b/include/configs/stm32f429-evaluation.h index ab33d0f3d2..79b77bd378 100644 --- a/include/configs/stm32f429-evaluation.h +++ b/include/configs/stm32f429-evaluation.h @@ -52,6 +52,7 @@ #define CONFIG_BOOTCOMMAND \ "run boot_sd" +#define CONFIG_ENV_VARS_UBOOT_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ "boot_sd=mmc dev 0;fatload mmc 0 0x00700000 stm32429i-eval.dtb; fatload mmc 0 0x00008000 zImage; icache off; bootz 0x00008000 - 0x00700000" |