]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/stm32f469-discovery.h
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
[people/ms/u-boot.git] / include / configs / stm32f469-discovery.h
index 35902e10f3c1c56efe163e8276dc2b299e25c8ef..3d4ca7ee5515b4f6922154c41f72d2d2d3777d5a 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 stm32f469-disco.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 */