]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/qemu-mips64.h
sunxi: increase SYS_MONITOR_LEN
[karo-tx-uboot.git] / include / configs / qemu-mips64.h
index b07ca4e02a4e8a3a76e6d86c1f2e4e3ed1c070d3..4de15bfb75611f5fbda52214ea88136f9b03ed52 100644 (file)
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
-
 #define CONFIG_CMD_ELF
 #define CONFIG_CMD_FAT
 #define CONFIG_CMD_EXT2
-#undef CONFIG_CMD_LOADB
-#undef CONFIG_CMD_LOADS
 #define CONFIG_CMD_DHCP
 
 #define CONFIG_DRIVER_NE2000
@@ -84,6 +80,7 @@
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
 /* Monitor Command Prompt */
+#undef CONFIG_SYS_PROMPT
 #if defined(CONFIG_SYS_LITTLE_ENDIAN)
 #define CONFIG_SYS_PROMPT              "qemu-mips64el # "
 #else