projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da85c9c
)
omap5_uevm: Enable redundant MMC environment
author
Tom Rini
<trini@ti.com>
Tue, 30 Apr 2013 20:04:17 +0000
(16:04 -0400)
committer
Tom Rini
<trini@ti.com>
Wed, 1 May 2013 20:41:10 +0000
(16:41 -0400)
Cc: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/omap5_uevm.h
patch
|
blob
|
history
diff --git
a/include/configs/omap5_uevm.h
b/include/configs/omap5_uevm.h
index 240fdfcb478c02691ab3964d9dc952b9d12a4b40..550cabd77cd0b04bd2aad2a559f8394095a67cc9 100644
(file)
--- 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. */