From: Mike Frysinger Date: Wed, 26 Oct 2011 00:19:58 +0000 (+0000) Subject: sandbox/tegra2: fix typo in autocomplete define X-Git-Tag: v2011.12-rc1~314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0fc4b172de0aae51055ae8e17c6593314c6ca2;p=pandora-u-boot.git sandbox/tegra2: fix typo in autocomplete define Signed-off-by: Mike Frysinger Acked-by: Simon Glass --- diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 02302564781..10565e69c38 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 a9c665c8d80..9c3b9fa3e94 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