X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigs%2Fqemu-mips.h;h=a9ecf6ab6c5f8dff09b49bf32c2d97bd6821ed50;hb=adad96e60d0eb1bbc4d0b96c89decf385a426e42;hp=1548d3e682d99bdb64a59d3b2475468e7ef69a0e;hpb=38cd8c4253013ccdd4052ee021f6066fe9a52551;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index 1548d3e..a9ecf6a 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -14,7 +14,6 @@ #define CONFIG_QEMU_MIPS -#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_MISC_INIT_R @@ -46,19 +45,13 @@ /* * Command line configuration. */ -#include - -#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 #define CONFIG_DRIVER_NE2000_BASE 0xb4000300 -#define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_REG_SIZE 1 #define CONFIG_SYS_NS16550_CLK 115200 @@ -83,6 +76,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 @@ -91,7 +85,6 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING -#define CONFIG_SYS_HUSH_PARSER /* Console I/O Buffer Size */ #define CONFIG_SYS_CBSIZE 256