From: Ye.Li Date: Fri, 16 Jan 2015 08:47:44 +0000 (+0800) Subject: imx: mx6: Change ENV offset to 512K bytes for larger u-boot image X-Git-Tag: KARO-TX6-2015-09-18~4016 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7dc3d77691cb52db790606b9dff4bbc4d0621fbd;p=karo-tx-uboot.git imx: mx6: Change ENV offset to 512K bytes for larger u-boot image To align with other mx6 boards, change ENV offset from 384KB to 512KB position to fit a larger u-boot image. Signed-off-by: Ye.Li --- diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index dd0f90041e..e363ed43c0 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -197,7 +197,7 @@ #define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE #define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED #else -#define CONFIG_ENV_OFFSET (6 * SZ_64K) +#define CONFIG_ENV_OFFSET (8 * SZ_64K) #define CONFIG_ENV_IS_IN_MMC #endif diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index 61c1d2b7ec..70b6a2f255 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -259,7 +259,7 @@ #define FSL_QSPI_FLASH_NUM 2 #endif -#define CONFIG_ENV_OFFSET (6 * SZ_64K) +#define CONFIG_ENV_OFFSET (8 * SZ_64K) #define CONFIG_ENV_SIZE SZ_8K #define CONFIG_ENV_IS_IN_MMC