From: Simon Glass Date: Mon, 28 Nov 2011 15:04:41 +0000 (+0000) Subject: tegra: Fix build error in plutux, medcom X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a783bdb870047a837ec4928d4c3d222b1b1b506c;p=people%2Fms%2Fu-boot.git tegra: Fix build error in plutux, medcom We need to define CONFIG_ENV_IS_NOWHERE to avoid this error: cmd_nvedit.c:69:3: error: #error Define one of CONFIG_ENV_IS_IN_... Signed-off-by: Simon Glass Acked-by: Stephen Warren Signed-off-by: Tom Warren --- diff --git a/include/configs/medcom.h b/include/configs/medcom.h index 6a54925bd7..2dc350762d 100644 --- a/include/configs/medcom.h +++ b/include/configs/medcom.h @@ -41,6 +41,8 @@ #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_ENV_IS_NOWHERE + /* SD/MMC */ #define CONFIG_MMC #define CONFIG_GENERIC_MMC diff --git a/include/configs/plutux.h b/include/configs/plutux.h index 033eda025f..f869191f34 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -41,6 +41,8 @@ #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_ENV_IS_NOWHERE + /* SD/MMC */ #define CONFIG_MMC #define CONFIG_GENERIC_MMC