]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/qemu-mips64.h
configs: Re-sync with cmd/Kconfig
[people/ms/u-boot.git] / include / configs / qemu-mips64.h
index fae5b0590b67cfeb28badd4ebb08a4565be01a0b..394382c4587fdbae552f1b3a4ef8e9fb72ace72f 100644 (file)
 /*
  * Command line configuration.
  */
-#define CONFIG_CMD_ELF
-#define CONFIG_CMD_FAT
-#define CONFIG_CMD_EXT2
-#define CONFIG_CMD_DHCP
 
 #define CONFIG_DRIVER_NE2000
 #define CONFIG_DRIVER_NE2000_BASE      0xffffffffb4000300
 
-#define CONFIG_SYS_NS16550
 #define CONFIG_SYS_NS16550_SERIAL
 #define CONFIG_SYS_NS16550_REG_SIZE    1
 #define CONFIG_SYS_NS16550_CLK         115200
 
 #define CONFIG_SYS_IDE_MAXDEVICE       4
 
-#define CONFIG_CMD_RARP
-
 /*
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 
-/* Monitor Command Prompt */
-#if defined(CONFIG_SYS_LITTLE_ENDIAN)
-#define CONFIG_SYS_PROMPT              "qemu-mips64el # "
-#else
-#define CONFIG_SYS_PROMPT              "qemu-mips64 # "
-#endif
-
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
-#define CONFIG_SYS_HUSH_PARSER
 
 /* Console I/O Buffer Size */
 #define CONFIG_SYS_CBSIZE              256