]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
imx: mx6sxsabresd: enlarge ENV offset
authorPeng Fan <peng.fan@nxp.com>
Tue, 2 Jan 2018 01:32:10 +0000 (09:32 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 12 Jan 2018 13:28:04 +0000 (14:28 +0100)
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 <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
include/configs/mx6sxsabresd.h

index b20e436f93e83088a0d38ccea8694cedef6e5d4f..1eaaf013f7a53a4b44311029a6dff890511cdf12 100644 (file)
 #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