summaryrefslogtreecommitdiff
path: root/include/environment.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-06-14 16:06:49 -0400
committerTom Rini <trini@ti.com>2013-06-14 16:06:49 -0400
commitdfdb3d37dd0fa8bdabdf7b5ffb597af470e74621 (patch)
treed18616299f81b663fb2cda18f30423df796121f3 /include/environment.h
parent216a793cc1702227fd4ad624080f585038d1fa45 (diff)
parent91171091c6733cd290e18bf25a8aedbe682d2430 (diff)
downloadu-boot-imx-dfdb3d37dd0fa8bdabdf7b5ffb597af470e74621.zip
u-boot-imx-dfdb3d37dd0fa8bdabdf7b5ffb597af470e74621.tar.gz
u-boot-imx-dfdb3d37dd0fa8bdabdf7b5ffb597af470e74621.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-mmc
Diffstat (limited to 'include/environment.h')
-rw-r--r--include/environment.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/environment.h b/include/environment.h
index 4c6a37b..460ccb4 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -75,6 +75,12 @@
# endif
#endif /* CONFIG_ENV_IS_IN_FLASH */
+#if defined(CONFIG_ENV_IS_IN_MMC)
+# ifdef CONFIG_ENV_OFFSET_REDUND
+# define CONFIG_SYS_REDUNDAND_ENVIRONMENT
+# endif
+#endif
+
#if defined(CONFIG_ENV_IS_IN_NAND)
# if defined(CONFIG_ENV_OFFSET_OOB)
# ifdef CONFIG_ENV_OFFSET_REDUND