From b2c8c63fe7eff0cd5aea875ddc94a2f70d42d6cd Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 9 Apr 2018 02:06:16 -0700 Subject: [PATCH] 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 (cherry picked from commit 9d2df7407c58cd8b29fcbf57144e8ad9d8795207) --- include/configs/mx7ulp_evk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index 7853c64104..2f4fd90fc0 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -40,7 +40,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 */ -- 2.17.1