diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2015-01-16 12:52:59 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2015-01-16 13:31:35 +0800 |
commit | 0d3fd562c4977af4e992f3f73a441081ff8c60d0 (patch) | |
tree | f27476fe5c545f36a6a3e0c6469443de916a2269 /include/configs/bct-brettl2.h | |
parent | 5dea3a745b88041d677fc03d34df04dd2836265c (diff) | |
download | u-boot-imx-0d3fd562c4977af4e992f3f73a441081ff8c60d0.zip u-boot-imx-0d3fd562c4977af4e992f3f73a441081ff8c60d0.tar.gz u-boot-imx-0d3fd562c4977af4e992f3f73a441081ff8c60d0.tar.bz2 |
bfin: make env offset sector aligned for bct-brettl2 and ibf-dsp561 boards
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs/bct-brettl2.h')
-rw-r--r-- | include/configs/bct-brettl2.h | 2 |
1 files changed, 1 insertions, 1 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 |