commit | 274bac50ab813950a38fc052ae3ac00f66fed3f6 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Sat Oct 28 02:29:14 2006 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 28 02:29:14 2006 +0200 |
tree | c521ad6add6fe3c79b97f1283dcf1248d16ce701 | |
parent | 81352ed0d8c44d0ccf94710a8624e2c08b0a3ba3 [diff] [blame] |
Enable commandline editing and hush shell on all TQM boards.
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 897d1b2..4bae103 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h
@@ -566,6 +566,7 @@ #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 "hush" command parser */ #define CFG_PROMPT_HUSH_PS2 "> "