[U-Boot-Users] [PATCH 1/1] qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Jan 9 13:40:25 CET 2008
Could review this patch please?
Best Regards,
J.
On 16:03 Sat 22 Dec , Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
>
> diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h
> index 1f93ad7..3a02342 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*/
> --
> 1.5.3.7
More information about the U-Boot
mailing list