summaryrefslogtreecommitdiffstats
path: root/include/configs/dra7xx_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-04-05 06:21:45 +0000
committerTom Rini <trini@ti.com>2013-04-08 11:40:56 -0400
commit9552ee3ea96e650eb8aecd9ff8cce7dd6db7bb5f (patch)
tree1c2505bb2bde4282e51ed001f7831da62ac1c07d /include/configs/dra7xx_evm.h
parentc3d2c24f6cebd115cdc577e13520045a30ca5dc6 (diff)
downloadtalos-obmc-uboot-9552ee3ea96e650eb8aecd9ff8cce7dd6db7bb5f.tar.gz
talos-obmc-uboot-9552ee3ea96e650eb8aecd9ff8cce7dd6db7bb5f.zip
omap5_uevm.h: Move uEVM-specific choices to omap5_uevm.h
The omap5_uevm platform has eMMC, and it makes sense to say that our default env storage shall reside there. Other platforms may not, so move this choice to the EVM config. In addition, we should provide some way to partition the flash for later usage, so take advantage of the GPT partition table support code and allow that to be setup with some reasonable defaults. Cc: Sricharan R <r.sricharan@ti.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r--include/configs/dra7xx_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 10a493995f..28a306ba8e 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -28,6 +28,8 @@
#ifndef __CONFIG_DRA7XX_EVM_H
#define __CONFIG_DRA7XX_EVM_H
+#define CONFIG_ENV_IS_NOWHERE /* For now. */
+
#include <configs/omap5_common.h>
#define CONFIG_DRA7XX /* in a TI DRA7XX core */
OpenPOWER on IntegriCloud