From: Mike Frysinger Date: Mon, 21 Sep 2009 22:04:49 +0000 (-0400) Subject: Blackfin: bf533-ezkit: update env location X-Git-Tag: v2009.11-rc1~79^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c5f307d58604dea001cccf388aa077a902ab0a5;p=u-boot 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 --- 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