summaryrefslogtreecommitdiff
path: root/include/configs/mx7ulp_evk.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-04-09 02:06:16 -0700
committerYe Li <ye.li@nxp.com>2018-04-27 02:30:57 -0700
commit9d2df7407c58cd8b29fcbf57144e8ad9d8795207 (patch)
tree4e079ed088de1fc9a5cee64ad55064c9a8711042 /include/configs/mx7ulp_evk.h
parent1c30a73542990afbe48bf7a398baba9c5efaf4fe (diff)
MLK-14606 mx7ulp: 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. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs/mx7ulp_evk.h')
-rw-r--r--include/configs/mx7ulp_evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
index d67878b24f..dce65cd3ea 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -43,7 +43,7 @@
#define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */
#define CONFIG_SYS_MMC_IMG_LOAD_PART 1
-#define CONFIG_ENV_OFFSET (12 * SZ_64K)
+#define CONFIG_ENV_OFFSET (14 * SZ_64K)
#define CONFIG_ENV_SIZE SZ_8K
/* Using ULP WDOG for reset */