summaryrefslogtreecommitdiffstats
path: root/include/configs/dra7xx_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-04-03 07:52:52 -0400
committerTom Rini <trini@ti.com>2014-04-17 14:39:54 -0400
commit2737f0112b83172df433a034ce68c43a170db25c (patch)
tree42d6af73d9876f71c13fce60aa55f026c598b346 /include/configs/dra7xx_evm.h
parentbea0fd5e6aa73367eb14840cd4f5cecd422e3374 (diff)
downloadtalos-obmc-uboot-2737f0112b83172df433a034ce68c43a170db25c.tar.gz
talos-obmc-uboot-2737f0112b83172df433a034ce68c43a170db25c.zip
TI:omap5: Move CONFIG_ENV_SIZE to board config files
The size of the environment depends on the backing store, move this to the board config files. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r--include/configs/dra7xx_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 291c538a34..99be52b287 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -17,6 +17,7 @@
/* MMC ENV related defines */
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
+#define CONFIG_ENV_SIZE (128 << 10)
#define CONFIG_ENV_OFFSET 0xE0000
#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
OpenPOWER on IntegriCloud