[U-Boot] [PATCH] sandbox/tegra2: fix typo in autocomplete define

Signed-off-by: Mike Frysinger vapier@gentoo.org --- include/configs/sandbox.h | 2 +- include/configs/tegra2-common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 0230256..10565e6 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -46,7 +46,7 @@ /* turn on command-line edit/c/auto */ #define CONFIG_CMDLINE_EDITING #define CONFIG_COMMAND_HISTORY -#define CONFIG_AUTOCOMPLETE +#define CONFIG_AUTO_COMPLETE
#define CONFIG_ENV_SIZE 8192 #define CONFIG_ENV_IS_NOWHERE diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index a9c665c..9c3b9fa 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -100,7 +100,7 @@ /* turn on command-line edit/hist/auto */ #define CONFIG_CMDLINE_EDITING #define CONFIG_COMMAND_HISTORY -#define CONFIG_AUTOCOMPLETE +#define CONFIG_AUTO_COMPLETE
#define CONFIG_SYS_NO_FLASH

On Wed, Oct 26, 2011 at 3:19 AM, Mike Frysinger vapier@gentoo.org wrote:
Signed-off-by: Mike Frysinger vapier@gentoo.org
Acked-by: Simon Glass sjg@chromium.org
include/configs/sandbox.h | 2 +- include/configs/tegra2-common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 0230256..10565e6 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -46,7 +46,7 @@ /* turn on command-line edit/c/auto */ #define CONFIG_CMDLINE_EDITING #define CONFIG_COMMAND_HISTORY -#define CONFIG_AUTOCOMPLETE +#define CONFIG_AUTO_COMPLETE
#define CONFIG_ENV_SIZE 8192 #define CONFIG_ENV_IS_NOWHERE diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index a9c665c..9c3b9fa 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -100,7 +100,7 @@ /* turn on command-line edit/hist/auto */ #define CONFIG_CMDLINE_EDITING #define CONFIG_COMMAND_HISTORY -#define CONFIG_AUTOCOMPLETE +#define CONFIG_AUTO_COMPLETE
#define CONFIG_SYS_NO_FLASH
-- 1.7.6.1

Dear Mike Frysinger,
In message 1319624398-31690-1-git-send-email-vapier@gentoo.org you wrote:
Signed-off-by: Mike Frysinger vapier@gentoo.org
include/configs/sandbox.h | 2 +- include/configs/tegra2-common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Mike Frysinger
-
Simon Glass
-
Wolfgang Denk