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:
010d54c
)
am335x_evm.h: Make 'am335x_boneblack' use redundant environment
author
Tom Rini
<trini@ti.com>
Thu, 10 Oct 2013 14:25:18 +0000
(10:25 -0400)
committer
Tom Rini
<trini@ti.com>
Mon, 14 Oct 2013 20:06:52 +0000
(16:06 -0400)
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/am335x_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am335x_evm.h
b/include/configs/am335x_evm.h
index f746e485489051b58b09910b5981b381f0d7bc78..c2ba7e35d891bcf145885c9f278ba10e45d73c11 100644
(file)
--- 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. */