diff options
author | Tom Rini | 2013-04-30 16:04:17 -0400 |
---|---|---|
committer | Tom Rini | 2013-05-01 16:41:10 -0400 |
commit | 63216de13488e8bc81afb53d0f5177142ee34ceb (patch) | |
tree | d5ffc61cbe9e9c80107c5ed6428b9401ce44ba06 /include | |
parent | da85c9c81331575d6e01134050506e8d630688c5 (diff) |
omap5_uevm: Enable redundant MMC environment
Cc: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/omap5_uevm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 240fdfcb478..550cabd77cd 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -44,6 +44,8 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */ #define CONFIG_ENV_OFFSET 0xE0000 +#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) +#define CONFIG_SYS_REDUNDAND_ENVIRONMENT #define CONFIG_CMD_SAVEENV /* Enhance our eMMC support / experience. */ |