]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/stm32f429-evaluation.h
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
[people/ms/u-boot.git] / include / configs / stm32f429-evaluation.h
index fb036238297870071b4827c929e8073a8cb490c5..7b3115997d1cabe7ba754db21a1c21579ce43ab7 100644 (file)
 #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"
 
 /*
  * Command line configuration.
  */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_AUTO_COMPLETE
-#define CONFIG_CMDLINE_EDITING
 
 #endif /* __CONFIG_H */