summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2015-05-21 08:41:25 -0700
committerStefano Babic <sbabic@denx.de>2015-05-26 14:21:32 +0200
commit0a9c2150508cb1560c9d4b2ddd22631d73a7f75d (patch)
treeaa0a789940731c3a6ba7df68320eabdd83cadfd6
parentbe56de6f332563ba5d4d70d720bf9e053efb7472 (diff)
downloadtalos-obmc-uboot-0a9c2150508cb1560c9d4b2ddd22631d73a7f75d.tar.gz
talos-obmc-uboot-0a9c2150508cb1560c9d4b2ddd22631d73a7f75d.zip
imx: ventana: update MMC env configuration
We will use the same env size and redundancy used for NAND env for MMC. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r--include/configs/gw_ventana.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index 7949b125de..64c88d4eef 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -327,9 +327,10 @@
#define CONFIG_ENV_IS_IN_NAND
#endif
#if defined(CONFIG_ENV_IS_IN_MMC)
- #define CONFIG_ENV_OFFSET (384 * SZ_1K)
- #define CONFIG_ENV_SIZE (8 * SZ_1K)
#define CONFIG_SYS_MMC_ENV_DEV 0
+ #define CONFIG_ENV_OFFSET (709 * SZ_1K)
+ #define CONFIG_ENV_SIZE (128 * SZ_1K)
+ #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + (128 * SZ_1K))
#elif defined(CONFIG_ENV_IS_IN_NAND)
#define CONFIG_ENV_OFFSET (16 * SZ_1M)
#define CONFIG_ENV_SECT_SIZE (128 * SZ_1K)
OpenPOWER on IntegriCloud