]> git.sur5r.net Git - u-boot/blobdiff - include/configs/M5282EVB.h
kconfig: add config option for shell prompt
[u-boot] / include / configs / M5282EVB.h
index 4d3390b1f0f6c3d5b35cf5092fd5568f8fa3c460..eff0aa600772f915dbbbb31e39272425db9eb01b 100644 (file)
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
 #define CONFIG_CMD_CACHE
-#define CONFIG_CMD_NET
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_MII
 
-#undef CONFIG_CMD_LOADS
-#undef CONFIG_CMD_LOADB
-
 #define CONFIG_MCFFEC
 #ifdef CONFIG_MCFFEC
 #      define CONFIG_MII               1
@@ -99,7 +94,6 @@
        "save\0"                                \
        ""
 
-#define CONFIG_SYS_PROMPT              "-> "
 #define        CONFIG_SYS_LONGHELP             /* undef to save memory         */
 
 #if defined(CONFIG_CMD_KGDB)