diff options
author | Grzegorz Bernacki <gjb@semihalf.com> | 2009-06-17 16:20:14 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-19 21:43:00 +0200 |
commit | a781de12700e2cb3d3011fc83b47f7dd8cc3c154 (patch) | |
tree | 213d0425c7a8c69be3f43252ac8b941aadf120fc /include/configs/digsy_mtc.h | |
parent | 37566090766d61beef70c62986b90749920255d8 (diff) | |
download | u-boot-a781de12700e2cb3d3011fc83b47f7dd8cc3c154.tar.gz u-boot-a781de12700e2cb3d3011fc83b47f7dd8cc3c154.tar.xz u-boot-a781de12700e2cb3d3011fc83b47f7dd8cc3c154.zip |
digsy mtc: Enable command line history.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Diffstat (limited to 'include/configs/digsy_mtc.h')
-rw-r--r-- | include/configs/digsy_mtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 558010fa75..6ccebfaf8c 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 "> " |