diff options
Diffstat (limited to 'include/configs/TQM855L.h')
-rw-r--r-- | include/configs/TQM855L.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/TQM855L.h b/include/configs/TQM855L.h index 198db1954d8..49aaeea44de 100644 --- a/include/configs/TQM855L.h +++ b/include/configs/TQM855L.h @@ -107,9 +107,8 @@ #define CFG_LONGHELP /* undef to save memory */ #define CFG_PROMPT "=> " /* Monitor Command Prompt */ -#if 0 -#define CFG_HUSH_PARSER 1 /* use "hush" command parser */ -#endif +#define CONFIG_CMDLINE_EDITING 1 /* add command line history */ +#define CFG_HUSH_PARSER 1 /* Use the HUSH parser */ #ifdef CFG_HUSH_PARSER #define CFG_PROMPT_HUSH_PS2 "> " #endif |