From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 22 Dec 2007 14:03:12 +0000 (+0100) Subject: qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING X-Git-Tag: v1.3.2-rc1~63^2^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bed8ce838a609aaab136d43b25e6df2a520bc854;p=u-boot qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index 8fdb8e35f1..33c828337b 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -112,6 +112,11 @@ #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*/