summaryrefslogtreecommitdiff
path: root/include/configs/mx6sabre_common.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-04-05 10:17:47 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 19:48:58 +0800
commit5061ff951fe41403baba7c37c02123ea78435d79 (patch)
tree6c91d661144b939687437119d1d943651e18d07c /include/configs/mx6sabre_common.h
parentce4339b757d66230adb345e07c08ac0a134d13cc (diff)
downloadu-boot-imx-5061ff951fe41403baba7c37c02123ea78435d79.zip
u-boot-imx-5061ff951fe41403baba7c37c02123ea78435d79.tar.gz
u-boot-imx-5061ff951fe41403baba7c37c02123ea78435d79.tar.bz2
MLK-14606 mx6/7: Modify ENV offset to 896K
Since the u-boot size increases after using OF_CONTROL to including DTB, we have to adjust ENV_OFFSET to 896K for SD/eMMC/FLASH/SATA. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r--include/configs/mx6sabre_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 0d0967f..d55371d 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -336,7 +336,7 @@
#undef CONFIG_ENV_SIZE
#define CONFIG_ENV_SIZE CONFIG_SYS_FLASH_SECT_SIZE
#define CONFIG_ENV_SECT_SIZE CONFIG_SYS_FLASH_SECT_SIZE
-#define CONFIG_ENV_OFFSET (4 * CONFIG_SYS_FLASH_SECT_SIZE)
+#define CONFIG_ENV_OFFSET (7 * CONFIG_SYS_FLASH_SECT_SIZE)
#elif defined(CONFIG_ENV_IS_IN_NAND)
#undef CONFIG_ENV_SIZE
#define CONFIG_ENV_OFFSET (60 << 20)