diff options
author | Tom Rini <trini@ti.com> | 2013-04-05 06:21:45 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-04-08 11:40:56 -0400 |
commit | 9552ee3ea96e650eb8aecd9ff8cce7dd6db7bb5f (patch) | |
tree | 1c2505bb2bde4282e51ed001f7831da62ac1c07d /include/configs/dra7xx_evm.h | |
parent | c3d2c24f6cebd115cdc577e13520045a30ca5dc6 (diff) | |
download | u-boot-imx-9552ee3ea96e650eb8aecd9ff8cce7dd6db7bb5f.zip u-boot-imx-9552ee3ea96e650eb8aecd9ff8cce7dd6db7bb5f.tar.gz u-boot-imx-9552ee3ea96e650eb8aecd9ff8cce7dd6db7bb5f.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 10a4939..28a306b 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 */ |