mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
This commit is contained in:
parent
471a7be7a0
commit
8078f1a5f6
5 changed files with 8 additions and 5 deletions
6
README
6
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue