mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-04 14:00:19 +00:00
mx7dsabresd: Increase CONFIG_ENV_OFFSET
After running 'saveenv' we can no longer boot. Adjust CONFIG_ENV_OFFSET so that U-Boot binary and the environment section do not overlap. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
parent
1541d7a63d
commit
da384fc67a
@ -207,7 +207,7 @@
|
|||||||
#define CONFIG_APBH_DMA_BURST8
|
#define CONFIG_APBH_DMA_BURST8
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIG_ENV_OFFSET (8 * SZ_64K)
|
#define CONFIG_ENV_OFFSET (12 * SZ_64K)
|
||||||
#ifdef CONFIG_NAND_MXS
|
#ifdef CONFIG_NAND_MXS
|
||||||
#define CONFIG_SYS_FSL_USDHC_NUM 1
|
#define CONFIG_SYS_FSL_USDHC_NUM 1
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user