diff options
author | John Rigby <john.rigby@linaro.org> | 2011-07-01 01:30:45 +0100 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2012-04-25 07:54:09 -0600 |
commit | 470782927f6993d9b27ba4127adabf1f51a745b3 (patch) | |
tree | 64d8038aa8f7f24e285da7bacc38092640a7ad82 | |
parent | fc0d342178b8fa6f97bac410d5932a5cfe50f93a (diff) | |
download | u-boot-linaro-stable-470782927f6993d9b27ba4127adabf1f51a745b3.tar.gz |
OMAP4: Enable command line editing in omap4_common.h
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r-- | include/configs/omap4_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 51b101427..274c9bf7b 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -218,6 +218,7 @@ * Miscellaneous configurable options */ +#define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " |