summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-10-10 10:25:18 -0400
committerTom Rini <trini@ti.com>2013-10-14 16:06:52 -0400
commit40ace028f1e1ccc6fc363027d2ac862f9d5b873c (patch)
tree89fb07731341dbeb4fe705ea52aa9e5101c2e1e6
parent010d54c48a2cffa09b55bf7a0a4df6da762ff5b4 (diff)
downloadblackbird-obmc-uboot-40ace028f1e1ccc6fc363027d2ac862f9d5b873c.tar.gz
blackbird-obmc-uboot-40ace028f1e1ccc6fc363027d2ac862f9d5b873c.zip
am335x_evm.h: Make 'am335x_boneblack' use redundant environment
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r--include/configs/am335x_evm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index f746e48548..c2ba7e35d8 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -359,6 +359,9 @@
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 1
#define CONFIG_SYS_MMC_ENV_PART 2
+#define CONFIG_ENV_OFFSET 0x0
+#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
+#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
#endif
/* SPI flash. */
OpenPOWER on IntegriCloud