diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-22 10:22:45 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 16:43:36 +0800 |
commit | f13d059fb9b4d20e6c62c09f49e898a7b9a00daa (patch) | |
tree | 67df28a3c44c4854568b6d1524f71dc7c609a933 /include/configs/mx6sabre_common.h | |
parent | 8d48b6e11455ae64bf819d6b43e280d4a2904f8d (diff) | |
download | u-boot-imx-f13d059fb9b4d20e6c62c09f49e898a7b9a00daa.zip u-boot-imx-f13d059fb9b4d20e6c62c09f49e898a7b9a00daa.tar.gz u-boot-imx-f13d059fb9b4d20e6c62c09f49e898a7b9a00daa.tar.bz2 |
MLK-12575-1 imx: Modify environment offset to 768K for SD/MMC/eMMC
Since the u-boot size has exceeded the 512KB on some platforms,
so we set the environment offset to 768KB for all i.MX6 and i.MX7
reference boards.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r-- | include/configs/mx6sabre_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 0794de3..4f9b793 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -344,7 +344,7 @@ #if defined(CONFIG_ENV_IS_IN_MMC) -#define CONFIG_ENV_OFFSET (8 * 64 * 1024) +#define CONFIG_ENV_OFFSET (12 * 64 * 1024) #elif defined(CONFIG_ENV_IS_IN_SPI_FLASH) #define CONFIG_ENV_OFFSET (768 * 1024) #define CONFIG_ENV_SECT_SIZE (64 * 1024) |