summaryrefslogtreecommitdiff
path: root/include/configs/TQM85xx.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-28 02:29:14 +0200
committerWolfgang Denk <wd@denx.de>2006-10-28 02:29:14 +0200
commit2751a95abd1b96911081c357e96a12fa97b40dee (patch)
treec521ad6add6fe3c79b97f1283dcf1248d16ce701 /include/configs/TQM85xx.h
parent8078f1a5f63a739b8533478f6c2b62fb1e2f79d7 (diff)
Enable commandline editing and hush shell on all TQM boards.
Diffstat (limited to 'include/configs/TQM85xx.h')
-rw-r--r--include/configs/TQM85xx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h
index cce462490..f45f3a2f5 100644
--- a/include/configs/TQM85xx.h
+++ b/include/configs/TQM85xx.h
@@ -186,10 +186,10 @@
#define CFG_BAUDRATE_TABLE \
{300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}
-/* Use the HUSH parser */
-#define CFG_HUSH_PARSER
+#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 "> "
+#define CFG_PROMPT_HUSH_PS2 "> "
#endif