summaryrefslogtreecommitdiffstats
path: root/include/configs/bf533-ezkit.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-21 18:04:49 -0400
committerMike Frysinger <vapier@gentoo.org>2009-09-30 15:15:06 -0400
commit4c5f307d58604dea001cccf388aa077a902ab0a5 (patch)
tree60f7e3cd79e99a56e7494348476b4666bbd08b9e /include/configs/bf533-ezkit.h
parent984f10baac8ef6032df52f135943d6b0bc96f724 (diff)
downloadblackbird-obmc-uboot-4c5f307d58604dea001cccf388aa077a902ab0a5.tar.gz
blackbird-obmc-uboot-4c5f307d58604dea001cccf388aa077a902ab0a5.zip
Blackfin: bf533-ezkit: update env location
The u-boot image has outgrown the current space and overflowed into the env sector. So move the env to the next available sector (we've already allocated the first few sectors anyways for u-boot). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf533-ezkit.h')
-rw-r--r--include/configs/bf533-ezkit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf533-ezkit.h b/include/configs/bf533-ezkit.h
index f896cb07a1..8342ec7d2b 100644
--- a/include/configs/bf533-ezkit.h
+++ b/include/configs/bf533-ezkit.h
@@ -85,7 +85,7 @@
#define CONFIG_SYS_MAX_FLASH_BANKS 3
#define CONFIG_SYS_MAX_FLASH_SECT 40
#define CONFIG_ENV_IS_IN_FLASH
-#define CONFIG_ENV_ADDR 0x20020000
+#define CONFIG_ENV_ADDR 0x20030000
#define CONFIG_ENV_SECT_SIZE 0x10000
#define FLASH_TOT_SECT 40
OpenPOWER on IntegriCloud