summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-28 02:28:02 +0200
committerWolfgang Denk <wd@denx.de>2006-10-28 02:28:02 +0200
commit8078f1a5f63a739b8533478f6c2b62fb1e2f79d7 (patch)
tree8d078239e1b4b3075e41c7876e303bdde982c835
parent471a7be7a042e95e440f5de969c9765214ae8d6e (diff)
downloadbarebox-8078f1a5f63a739b8533478f6c2b62fb1e2f79d7.tar.gz
barebox-8078f1a5f63a739b8533478f6c2b62fb1e2f79d7.tar.xz
README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
-rw-r--r--README6
-rw-r--r--include/configs/CPCI750.h2
-rw-r--r--include/configs/KAREF.h1
-rw-r--r--include/configs/METROBOX.h2
-rw-r--r--include/configs/ep82xxm.h2
5 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index 8d876e435e..b78ea6124d 100644
--- 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
diff --git a/include/configs/CPCI750.h b/include/configs/CPCI750.h
index 244e45a750..bc23fc0278 100644
--- a/include/configs/CPCI750.h
+++ b/include/configs/CPCI750.h
@@ -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
diff --git a/include/configs/KAREF.h b/include/configs/KAREF.h
index 7bbceb01bd..2ad6f06985 100644
--- a/include/configs/KAREF.h
+++ b/include/configs/KAREF.h
@@ -200,7 +200,6 @@
/* Include auto complete with tabs */
#define CONFIG_AUTO_COMPLETE 1
-#define CFG_AUTO_COMPLETE 1
#define CFG_ALT_MEMTEST 1 /* use real memory test */
diff --git a/include/configs/METROBOX.h b/include/configs/METROBOX.h
index b96557148a..465a4ecb8b 100644
--- a/include/configs/METROBOX.h
+++ b/include/configs/METROBOX.h
@@ -268,7 +268,7 @@
/* 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 */
diff --git a/include/configs/ep82xxm.h b/include/configs/ep82xxm.h
index 372b10c623..a77ccef63b 100644
--- a/include/configs/ep82xxm.h
+++ b/include/configs/ep82xxm.h
@@ -135,7 +135,7 @@
#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)