README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
authorWolfgang Denk <wd@pollux.denx.de>
Sat, 28 Oct 2006 00:28:02 +0000 (02:28 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 28 Oct 2006 00:28:02 +0000 (02:28 +0200)
README
include/configs/CPCI750.h
include/configs/KAREF.h
include/configs/METROBOX.h
include/configs/ep82xxm.h

diff --git a/README b/README
index 8d876e4..b78ea61 100644 (file)
--- a/README
+++ b/README
@@ -1466,10 +1466,14 @@ The following options need to be configured:
                default value of 5 is used.
 
 - Command Interpreter:
-               CFG_AUTO_COMPLETE
+               CONFIG_AUTO_COMPLETE
 
                Enable auto completion of commands using TAB.
 
+                Note that this feature has NOT been implemented yet
+                for the "hush" shell.
+
+
                CFG_HUSH_PARSER
 
                Define this variable to enable the "hush" shell (from
index 244e45a..bc23fc0 100644 (file)
@@ -74,7 +74,7 @@
 
 #define CFG_PROMPT_HUSH_PS2    "> "
 
-#define CFG_AUTO_COMPLETE 1
+#define CONFIG_AUTO_COMPLETE 1
 
 /* Define which ETH port will be used for connecting the network */
 #define CFG_ETH_PORT           ETH_0
index 7bbceb0..2ad6f06 100644 (file)
 
 /* Include auto complete with tabs */
 #define CONFIG_AUTO_COMPLETE 1
-#define CFG_AUTO_COMPLETE    1
 #define CFG_ALT_MEMTEST             1       /* use real memory test     */
 
 
index b965571..465a4ec 100644 (file)
 
 /* Include auto complete with tabs */
 #define CONFIG_AUTO_COMPLETE 1
-#define CFG_AUTO_COMPLETE    1
+#define CONFIG_AUTO_COMPLETE 1
 #define CFG_ALT_MEMTEST             1       /* use real memory test     */
 
 
index 372b10c..a77ccef 100644 (file)
 #define CONFIG_NETMASK         255.255.255.0
 #define CONFIG_BOOTDELAY       5       /* autoboot after 5 seconds */
 #define CFG_ENV_IN_OWN_SECT    1
-#define CFG_AUTO_COMPLETE
+#define CONFIG_AUTO_COMPLETE   1
 #define        CONFIG_EXTRA_ENV_SETTINGS       "ethprime=FCC3 ETHERNET"
 
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)