summaryrefslogtreecommitdiff
path: root/include/configs/qemu-mips64.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-04-22 20:41:25 (GMT)
committerTom Rini <trini@konsulko.com>2016-04-25 19:09:40 (GMT)
commit78d1e1d0a157c8b48ea19be6170b992745d30f38 (patch)
tree5d536a283e4e72c28f08a261435c9dff532f22b4 /include/configs/qemu-mips64.h
parent4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64 (diff)
downloadu-boot-78d1e1d0a157c8b48ea19be6170b992745d30f38.tar.xz
configs: Re-sync almost all of cmd/Kconfig
This syncs up the current cmd/Kconfig and include/configs/ files with the only exception being CMD_NAND. Due to how we have used this historically we need to take further care here when converting. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/qemu-mips64.h')
-rw-r--r--include/configs/qemu-mips64.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/qemu-mips64.h b/include/configs/qemu-mips64.h
index 8258bfe..9e5cbb1 100644
--- a/include/configs/qemu-mips64.h
+++ b/include/configs/qemu-mips64.h
@@ -47,7 +47,6 @@
*/
#define CONFIG_CMD_FAT
#define CONFIG_CMD_EXT2
-#define CONFIG_CMD_DHCP
#define CONFIG_DRIVER_NE2000
#define CONFIG_DRIVER_NE2000_BASE 0xffffffffb4000300
@@ -70,21 +69,12 @@
#define CONFIG_SYS_IDE_MAXDEVICE 4
-#define CONFIG_CMD_RARP
/*
* Miscellaneous configurable options
*/
#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
-#define CONFIG_SYS_PROMPT "qemu-mips64 # "
-#endif
-
#define CONFIG_AUTO_COMPLETE
#define CONFIG_CMDLINE_EDITING