diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-14 22:09:02 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 16:08:50 +0800 |
commit | 9694597f67fda5a61e1baa3a2631d018aeaccce4 (patch) | |
tree | 375c6b4f8546cd91088aeb26c7f57380659a074d /include | |
parent | 850f27d137a083a141c99fe9828d596807937d38 (diff) | |
download | u-boot-imx-9694597f67fda5a61e1baa3a2631d018aeaccce4.zip u-boot-imx-9694597f67fda5a61e1baa3a2631d018aeaccce4.tar.gz u-boot-imx-9694597f67fda5a61e1baa3a2631d018aeaccce4.tar.bz2 |
MLK-12558 mx6qarm2: Modify the ENV_OFFSET to 512KB on SD/MMC
To align the ENV_OFFSET with other boards, set it to 512Kbytes for
mx6qarm2 boards when booting from SD/MMC card.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6qarm2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 28fc22b..5851cb9 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -142,7 +142,7 @@ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) /* Environment organization */ -#define CONFIG_ENV_OFFSET (6 * 64 * 1024) +#define CONFIG_ENV_OFFSET (8 * 64 * 1024) #define CONFIG_ENV_SIZE (8 * 1024) #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 1 |