]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: Fix build error in plutux, medcom
authorSimon Glass <sjg@chromium.org>
Mon, 28 Nov 2011 15:04:41 +0000 (15:04 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 24 Dec 2011 09:23:32 +0000 (10:23 +0100)
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 <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/medcom.h
include/configs/plutux.h

index 6a54925bd77f29bca8a5f49ba1d67832f2fa76d4..2dc350762d57a4e41294cf60bdb47c3c8d21dcfb 100644 (file)
@@ -41,6 +41,8 @@
 
 #define CONFIG_BOARD_EARLY_INIT_F
 
+#define CONFIG_ENV_IS_NOWHERE
+
 /* SD/MMC */
 #define CONFIG_MMC
 #define CONFIG_GENERIC_MMC
index 033eda025f2d8ca863d86a71f5ac4c172d221b02..f869191f34a73e45492bfcfbb7f4585f2cf0e8ee 100644 (file)
@@ -41,6 +41,8 @@
 
 #define CONFIG_BOARD_EARLY_INIT_F
 
+#define CONFIG_ENV_IS_NOWHERE
+
 /* SD/MMC */
 #define CONFIG_MMC
 #define CONFIG_GENERIC_MMC