summaryrefslogtreecommitdiffstats
path: root/include/configs/tt01.h
diff options
context:
space:
mode:
authorHelmut Raiger <helmut.raiger@hale.at>2012-01-30 04:21:53 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-02-27 21:19:25 +0100
commit0b87e010f8774a975c2353f03105de824c55fb83 (patch)
treeabb75db56e18e876424893fb0f677e1dc2154e8a /include/configs/tt01.h
parent2bf3359ea5555972bcd6684f1c3142e2b7200281 (diff)
downloadtalos-obmc-uboot-0b87e010f8774a975c2353f03105de824c55fb83.tar.gz
talos-obmc-uboot-0b87e010f8774a975c2353f03105de824c55fb83.zip
tt01: fix environment size
size of environment must match erasable block size in the flash. Signed-off-by: Helmut Raiger <helmut.raiger@hale.at>
Diffstat (limited to 'include/configs/tt01.h')
-rw-r--r--include/configs/tt01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tt01.h b/include/configs/tt01.h
index 35d2bd820f..fda5d6c0c3 100644
--- 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)
OpenPOWER on IntegriCloud