projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bf3359
)
tt01: fix environment size
author
Helmut Raiger
<helmut.raiger@hale.at>
Mon, 30 Jan 2012 04:21:53 +0000
(
04:21
+0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Mon, 27 Feb 2012 20:19:25 +0000
(21:19 +0100)
size of environment must match erasable block size in the flash.
Signed-off-by: Helmut Raiger <helmut.raiger@hale.at>
include/configs/tt01.h
patch
|
blob
|
history
diff --git
a/include/configs/tt01.h
b/include/configs/tt01.h
index 35d2bd820f6fd46e927bb65a647bd8ecb960dda9..fda5d6c0c36e39057f065662e9033ea4469a4c91 100644
(file)
--- a/
include/configs/tt01.h
+++ b/
include/configs/tt01.h
@@
-131,7
+131,7
@@
#define CONFIG_ENV_IS_IN_FLASH
#define CONFIG_ENV_SECT_SIZE (128 * 1024)
-#define CONFIG_ENV_SIZE (
8 * 1024) /* smaller for faster access */
+#define CONFIG_ENV_SIZE (
128 * 1024)
/* Address and size of Redundant Environment Sector */
#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)