diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2010-04-15 17:36:05 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2010-04-22 18:34:49 -0500 |
commit | a059e90e16e126e25da33ce23a37e2acce84284c (patch) | |
tree | a2de3536f2d5254328348d4e2dc2dc57556ab6bc /include/configs/MPC8349ITX.h | |
parent | dfe812c744ee6dacae3b4d553694642668d9ac9d (diff) | |
download | u-boot-imx-a059e90e16e126e25da33ce23a37e2acce84284c.zip u-boot-imx-a059e90e16e126e25da33ce23a37e2acce84284c.tar.gz u-boot-imx-a059e90e16e126e25da33ce23a37e2acce84284c.tar.bz2 |
mpc83xx: enable command line autocompletion
because it's convenient.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8349ITX.h')
-rw-r--r-- | include/configs/MPC8349ITX.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index 52e2851..09f9e38 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -511,7 +511,8 @@ boards, we say we have two, but don't display a message if we find only one. */ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_CMDLINE_EDITING /* Command-line editing */ +#define CONFIG_CMDLINE_EDITING /* Command-line editing */ +#define CONFIG_AUTO_COMPLETE /* add autocompletion support */ #define CONFIG_SYS_HUSH_PARSER /* Use the HUSH parser */ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " |