diff options
author | Fabio Estevam | 2017-05-28 14:07:24 -0300 |
---|---|---|
committer | Stefano Babic | 2017-05-31 10:04:59 +0200 |
commit | da384fc67a30ff4685b679a822ef005a8f1aeaa7 (patch) | |
tree | 366d229db4a26f24e4f394c84ab2daf30bc65459 /include/configs/mx7dsabresd.h | |
parent | 1541d7a63d46309651bb6cb8abee018c04b7dfa2 (diff) |
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>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 39291a2ffd6..fe9fd661e8f 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -207,7 +207,7 @@ #define CONFIG_APBH_DMA_BURST8 #endif -#define CONFIG_ENV_OFFSET (8 * SZ_64K) +#define CONFIG_ENV_OFFSET (12 * SZ_64K) #ifdef CONFIG_NAND_MXS #define CONFIG_SYS_FSL_USDHC_NUM 1 #else |