]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/qemu-mips.h
karo: tx28: enable 'gpio' command
[karo-tx-uboot.git] / include / configs / qemu-mips.h
index 98ed8bc97f12c30ef146ee2895ff3503e7e0a324..a7ec8f54c5585e142e59f680d5498d086647d647 100644 (file)
@@ -13,6 +13,8 @@
 #define __CONFIG_H
 
 #define CONFIG_QEMU_MIPS
+
+#define CONFIG_DISPLAY_BOARDINFO
 #define CONFIG_MISC_INIT_R
 
 #define CONFIG_BOOTDELAY       10      /* autoboot after 10 seconds */
 /*
  * 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
@@ -80,6 +78,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-mipsel # "
 #else