From 5061ff951fe41403baba7c37c02123ea78435d79 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Wed, 5 Apr 2017 10:17:47 +0800 Subject: 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 --- include/configs/mx6sll_arm2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/configs/mx6sll_arm2.h') diff --git a/include/configs/mx6sll_arm2.h b/include/configs/mx6sll_arm2.h index b25e7ed..3aa1f26 100644 --- a/include/configs/mx6sll_arm2.h +++ b/include/configs/mx6sll_arm2.h @@ -169,9 +169,9 @@ #endif #if defined(CONFIG_ENV_IS_IN_MMC) -#define CONFIG_ENV_OFFSET (13 * SZ_64K) +#define CONFIG_ENV_OFFSET (14 * SZ_64K) #elif defined(CONFIG_ENV_IS_IN_SPI_FLASH) -#define CONFIG_ENV_OFFSET (864 * 1024) +#define CONFIG_ENV_OFFSET (896 * 1024) #define CONFIG_ENV_SECT_SIZE (64 * 1024) #define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS -- cgit v1.1