diff options
author | Tom Rini <trini@ti.com> | 2015-02-02 11:51:58 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-02 11:51:58 -0500 |
commit | ade8bc14ad419f698406b162c9c5dfeee7406b4c (patch) | |
tree | cac3aacfce21cd446fb1708e173c2785cea16348 | |
parent | be8ddad9c85935569a00b72f92cdc34e4386850f (diff) | |
parent | 0d3fd562c4977af4e992f3f73a441081ff8c60d0 (diff) | |
download | u-boot-imx-ade8bc14ad419f698406b162c9c5dfeee7406b4c.zip u-boot-imx-ade8bc14ad419f698406b162c9c5dfeee7406b4c.tar.gz u-boot-imx-ade8bc14ad419f698406b162c9c5dfeee7406b4c.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
-rw-r--r-- | include/configs/bct-brettl2.h | 2 | ||||
-rw-r--r-- | include/configs/ibf-dsp561.h | 2 | ||||
-rw-r--r-- | include/configs/ip04.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/bct-brettl2.h b/include/configs/bct-brettl2.h index 39982ef..2e0e922 100644 --- a/include/configs/bct-brettl2.h +++ b/include/configs/bct-brettl2.h @@ -97,7 +97,7 @@ #define CONFIG_ENV_IS_IN_FLASH 1 #define CONFIG_ENV_OFFSET 0x4000 #define CONFIG_ENV_SIZE 0x2000 -#define CONFIG_ENV_SECT_SIZE 0x10000 +#define CONFIG_ENV_SECT_SIZE 0x12000 #if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS) #define ENV_IS_EMBEDDED diff --git a/include/configs/ibf-dsp561.h b/include/configs/ibf-dsp561.h index ac5ca9a..2a937c6 100644 --- a/include/configs/ibf-dsp561.h +++ b/include/configs/ibf-dsp561.h @@ -82,7 +82,7 @@ #define CONFIG_ENV_OFFSET 0x4000 #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_ENV_OFFSET) #define CONFIG_ENV_SIZE 0x2000 -#define CONFIG_ENV_SECT_SIZE 0x10000 /* Total Size of Environment Sector */ +#define CONFIG_ENV_SECT_SIZE 0x12000 /* Total Size of Environment Sector */ #if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS) #define ENV_IS_EMBEDDED #else diff --git a/include/configs/ip04.h b/include/configs/ip04.h index ec510bd..2ee215f 100644 --- a/include/configs/ip04.h +++ b/include/configs/ip04.h @@ -61,7 +61,7 @@ #define CONFIG_EBIU_AMBCTL0_VAL 0xffc2ffc2 #define CONFIG_EBIU_AMBCTL1_VAL 0xffc2ffc2 -#define CONFIG_SYS_MONITOR_LEN (256 * 1024) +#define CONFIG_SYS_MONITOR_LEN (384 * 1024) #define CONFIG_SYS_MALLOC_LEN (128 * 1024) |