Skip to content
Snippets Groups Projects
Commit d9523fdd authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

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: default avatarPeng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
parent e80f9e1a
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
#endif #endif
#endif #endif
#define CONFIG_ENV_OFFSET (8 * SZ_64K) #define CONFIG_ENV_OFFSET (14 * SZ_64K)
#define CONFIG_ENV_SIZE SZ_8K #define CONFIG_ENV_SIZE SZ_8K
#define CONFIG_SYS_FSL_USDHC_NUM 3 #define CONFIG_SYS_FSL_USDHC_NUM 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment