]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/stm32f429-discovery.h
Move defaults from config_cmd_default.h to Kconfig
[people/ms/u-boot.git] / include / configs / stm32f429-discovery.h
index 84cc19df4f6bd68a64d40dc6cbd7aa38c02cc0ba..46869dd47f5d8822323e4d98d319566e5a452be9 100644 (file)
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
-
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_HUSH_PARSER
 #define CONFIG_SYS_PROMPT             "U-Boot > "
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
 
-#define CONFIG_CMD_FLASH
-#define CONFIG_CMD_SAVEENV
 #define CONFIG_CMD_MEM
-#define CONFIG_CMD_MISC
 #define CONFIG_CMD_TIMER
 
 #endif /* __CONFIG_H */