]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: bf533-ezkit: update env location
authorMike Frysinger <vapier@gentoo.org>
Mon, 21 Sep 2009 22:04:49 +0000 (18:04 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 30 Sep 2009 19:15:06 +0000 (15:15 -0400)
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>
include/configs/bf533-ezkit.h

index f896cb07a1752df2193a9c9fe691f313cbb46cce..8342ec7d2b170a8478b2382497f66a0fe6fb9f77 100644 (file)
@@ -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