From: Peng Fan Date: Tue, 2 Jan 2018 01:32:10 +0000 (+0800) Subject: imx: mx6sxsabresd: enlarge ENV offset X-Git-Tag: v2018.03-rc1~176^2~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d9523fdd11dacdf7e01216c470ef1a7a4fabf0b8;p=u-boot imx: mx6sxsabresd: enlarge ENV offset The u-boot-dtb.imx size is about 519KB, so 8 * 64KB conflicts with u-boot-dtb.imx. Enlarge the offset to 14 * 64KB to fix it. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam --- diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index b20e436f93..1eaaf013f7 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -203,7 +203,7 @@ #endif #endif -#define CONFIG_ENV_OFFSET (8 * SZ_64K) +#define CONFIG_ENV_OFFSET (14 * SZ_64K) #define CONFIG_ENV_SIZE SZ_8K #define CONFIG_SYS_FSL_USDHC_NUM 3