summaryrefslogtreecommitdiffstats
path: root/include/configs/plutux.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-11-28 15:04:41 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-24 10:23:32 +0100
commita783bdb870047a837ec4928d4c3d222b1b1b506c (patch)
tree35a56d9366231ce101c4f4ddf21d19a506f4b74c /include/configs/plutux.h
parentc91915e90551ebba7972bc4b29eb417bd3f6ea9b (diff)
downloadblackbird-obmc-uboot-a783bdb870047a837ec4928d4c3d222b1b1b506c.tar.gz
blackbird-obmc-uboot-a783bdb870047a837ec4928d4c3d222b1b1b506c.zip
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 <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/plutux.h')
-rw-r--r--include/configs/plutux.h2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud