commit | c49aacf20976468df41738fd83b8693a50511e25 | [log] [tgz] |
---|---|---|
author | Grzegorz Bernacki <gjb@semihalf.com> | Wed Jun 17 16:20:14 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sun Jul 19 21:43:00 2009 +0200 |
tree | 213d0425c7a8c69be3f43252ac8b941aadf120fc | |
parent | 4ad8e9f770424b88b6583946cfc41d56f10bcf89 [diff] |
digsy mtc: Enable command line history. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 558010f..6ccebfa 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h
@@ -272,6 +272,7 @@ */ #define CONFIG_SYS_LONGHELP #define CONFIG_AUTO_COMPLETE 1 +#define CONFIG_CMDLINE_EDITING 1 #define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "