From f007d717738dad99a16dc540bcbeacff5f17e405 Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Thu, 12 Dec 2013 17:10:12 +0800 Subject: ENGR00292012 MX6SL EVK:Increase env offset to 512KiB This patch increases Uboot environmental variable offset from 384KiB to 512KiB to align with MX6 Sabre platforms so that we may simplify mfgtool implementation. Tested-by: Robby Cai Signed-off-by: Liu Ying (cherry picked from commit 1260160c062e31536ae70137e5c52ce03328a3e1) --- include/configs/mx6slevk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 98d0246..3623bad 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -222,7 +222,7 @@ /* FLASH and environment organization */ #define CONFIG_SYS_NO_FLASH -#define CONFIG_ENV_OFFSET (6 * SZ_64K) +#define CONFIG_ENV_OFFSET (8 * SZ_64K) #define CONFIG_ENV_SIZE SZ_8K #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0 -- cgit v1.1