]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Blackfin: bf548-ezkit: move env sector
authorMike Frysinger <vapier@gentoo.org>
Thu, 17 Mar 2011 21:07:47 +0000 (17:07 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 8 Apr 2011 04:44:27 +0000 (00:44 -0400)
U-Boot itself takes up more than 0x40000 bytes, so we can't use that
sector for the environment.  Move it down a page.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/configs/bf548-ezkit.h

index e862a8ae5e542026acaa2a4344c33285ca7aff59..4d7d87705fb0f3aeb8e4bc8185489521930977ba 100644 (file)
 #define CONFIG_ENV_IS_EMBEDDED_IN_LDR
 #elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
 #define CONFIG_ENV_IS_IN_NAND
-#define CONFIG_ENV_OFFSET      0x40000
+#define CONFIG_ENV_OFFSET      0x60000
 #define CONFIG_ENV_SIZE                0x20000
 #else
 #define CONFIG_ENV_IS_IN_FLASH 1