summaryrefslogtreecommitdiffstats
path: root/include/configs/ventana.h
diff options
context:
space:
mode:
authorTom Warren <twarren@nvidia.com>2011-12-19 15:58:06 -0700
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-24 10:23:32 +0100
commit5b37bd3afdae436b8c1490e19a436a11e652e1cf (patch)
treef7959b2b2e2a1a4c8f2d9b5ea0f9ffd7c5fbfb60 /include/configs/ventana.h
parenta783bdb870047a837ec4928d4c3d222b1b1b506c (diff)
downloadblackbird-obmc-uboot-5b37bd3afdae436b8c1490e19a436a11e652e1cf.tar.gz
blackbird-obmc-uboot-5b37bd3afdae436b8c1490e19a436a11e652e1cf.zip
arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/master
Seaboard changes have removed the need for common/board.o in the Makefile. Propagate this change to the other Tegra2 builds. Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/ventana.h')
-rw-r--r--include/configs/ventana.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ventana.h b/include/configs/ventana.h
index afd6ff610c..acc9b434bb 100644
--- a/include/configs/ventana.h
+++ b/include/configs/ventana.h
@@ -52,4 +52,7 @@
#define CONFIG_EFI_PARTITION
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT
+
+/* Environment not stored */
+#define CONFIG_ENV_IS_NOWHERE
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud