diff options
author | Stefan Roese <sr@denx.de> | 2009-06-04 11:35:35 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 18:47:18 (GMT) |
commit | 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a (patch) | |
tree | fa307dc6e9f11ba55d716dc12cd8db58b70e647a | |
parent | 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724 (diff) | |
download | u-boot-fsl-qoriq-0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a.tar.xz |
74xx_7xx: CPCI750: Add commandline editing/history
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
-rw-r--r-- | include/configs/CPCI750.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/CPCI750.h b/include/configs/CPCI750.h index 8494faa..3b0b888 100644 --- a/include/configs/CPCI750.h +++ b/include/configs/CPCI750.h @@ -76,7 +76,8 @@ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " -#define CONFIG_AUTO_COMPLETE 1 +#define CONFIG_CMDLINE_EDITING /* add command line history */ +#define CONFIG_AUTO_COMPLETE /* add autocompletion support */ /* Define which ETH port will be used for connecting the network */ #define CONFIG_SYS_ETH_PORT ETH_0 |