From: Mike Frysinger Date: Thu, 17 Mar 2011 21:07:47 +0000 (-0400) Subject: Blackfin: bf548-ezkit: move env sector X-Git-Tag: v2011.06-rc1~182^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d413dbc99035cbf944a3c1ef81230af93b2ce101;p=oweals%2Fu-boot.git Blackfin: bf548-ezkit: move env sector 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 --- diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h index e862a8ae5e..4d7d87705f 100644 --- a/include/configs/bf548-ezkit.h +++ b/include/configs/bf548-ezkit.h @@ -110,7 +110,7 @@ #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