]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/MPC8315ERDB.h
Move defaults from config_cmd_default.h to Kconfig
[karo-tx-uboot.git] / include / configs / MPC8315ERDB.h
index fbf38c88d9f3e32d0d26866568bdc7415874e38f..cbe10af19f1c7c40235c18013f469b67742f3eb1 100644 (file)
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
-
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_I2C
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_DATE
 #define CONFIG_CMD_PCI
 
-#if defined(CONFIG_SYS_RAMBOOT)
-    #undef CONFIG_CMD_SAVEENV
-    #undef CONFIG_CMD_LOADS
-#endif
-
 #define CONFIG_CMDLINE_EDITING 1       /* add command line history */
 #define CONFIG_AUTO_COMPLETE           /* add autocompletion support */