From 78d1e1d0a157c8b48ea19be6170b992745d30f38 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 22 Apr 2016 16:41:25 -0400 Subject: 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 --- include/configs/qemu-mips.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/configs/qemu-mips.h') diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index a9ecf6a..4b0f98b 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.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 0xb4000300 @@ -75,14 +74,6 @@ */ #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 -#define CONFIG_SYS_PROMPT "qemu-mips # " -#endif - #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING -- cgit v1.1