diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-28 02:29:14 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2006-10-28 02:29:14 +0200 |
commit | 2751a95abd1b96911081c357e96a12fa97b40dee (patch) | |
tree | c521ad6add6fe3c79b97f1283dcf1248d16ce701 /include/configs/TQM8260.h | |
parent | 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7 (diff) | |
download | u-boot-imx-2751a95abd1b96911081c357e96a12fa97b40dee.zip u-boot-imx-2751a95abd1b96911081c357e96a12fa97b40dee.tar.gz u-boot-imx-2751a95abd1b96911081c357e96a12fa97b40dee.tar.bz2 |
Enable commandline editing and hush shell on all TQM boards.
Diffstat (limited to 'include/configs/TQM8260.h')
-rw-r--r-- | include/configs/TQM8260.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/TQM8260.h b/include/configs/TQM8260.h index 49c3872..ffd5c0b 100644 --- a/include/configs/TQM8260.h +++ b/include/configs/TQM8260.h @@ -237,6 +237,13 @@ */ #define CFG_LONGHELP /* undef to save memory */ #define CFG_PROMPT "=> " /* Monitor Command Prompt */ + +#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 + #if (CONFIG_COMMANDS & CFG_CMD_KGDB) #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */ #else |