Get rid of "#undef DEBUG" from board config files.
[platform/kernel/u-boot.git] / include / configs / qemu-mips.h
index 8fdb8e3..e164019 100644 (file)
@@ -32,8 +32,6 @@
 #define CONFIG_QEMU_MIPS        1
 #define CONFIG_MISC_INIT_R
 
-#undef DEBUG
-
 /*IP address is default used by Qemu*/
 #define CONFIG_IPADDR          10.0.2.15            /* Our IP address */
 #define CONFIG_SERVERIP                10.0.2.2             /* Server IP address*/
 
 #define        CFG_PROMPT              "qemu-mips # "  /* Monitor Command Prompt    */
 
+#define CONFIG_AUTO_COMPLETE
+#define CONFIG_CMDLINE_EDITING
+#define CFG_HUSH_PARSER
+#define CFG_PROMPT_HUSH_PS2    "> "
+
 #define        CFG_CBSIZE              256             /* Console I/O Buffer Size   */
 #define        CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16)  /* Print Buffer Size */
 #define        CFG_MAXARGS             16              /* max number of command args*/