[U-Boot] [PATCH 1/5] 74xx_7xx: CPCI750: Add commandline editing/history
Stefan Roese
sr at denx.de
Thu Jun 4 13:35:35 CEST 2009
Signed-off-by: Stefan Roese <sr at denx.de>
Cc: Reinhard Arlt <reinhard.arlt at esd-electronics.com>
---
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
--
1.6.2.5
More information about the U-Boot
mailing list