Skip to content
Snippets Groups Projects
Commit 58d20425 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

LWMON5: enable hush shell as command line parser


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 66ffb188
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,12 @@
#define CFG_LONGHELP /* undef to save memory */
#define CFG_PROMPT "=> " /* Monitor Command Prompt */
#define CFG_HUSH_PARSER 1 /* Use the HUSH parser */
#ifdef CFG_HUSH_PARSER
#define CFG_PROMPT_HUSH_PS2 "> "
#endif
#if defined(CONFIG_CMD_KGDB)
#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment