]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/stm32f469-discovery.h
configs: stm32: Enable CONFIG_ENV_VARS_UBOOT_CONFIG
[people/ms/u-boot.git] / include / configs / stm32f469-discovery.h
index c290a66fddd3a1e61db58f296e026b7c1c6acc84..99c3e08d330e1f7c75855d4e5888842eaf35f146 100644 (file)
@@ -54,6 +54,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 stm32f469-disco.dtb; fatload mmc 0 0x00008000 zImage; icache off; bootz 0x00008000 - 0x00700000"