diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2013-12-12 17:10:12 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2013-12-13 11:32:06 +0800 |
commit | 1260160c062e31536ae70137e5c52ce03328a3e1 (patch) | |
tree | c5233a7fce8fdd658e203f2f2afc89b505ed8d49 /include | |
parent | 44f1d0ca68821a7f82f0d21fe0cd23c685701f9b (diff) | |
download | u-boot-imx-1260160c062e31536ae70137e5c52ce03328a3e1.zip u-boot-imx-1260160c062e31536ae70137e5c52ce03328a3e1.tar.gz u-boot-imx-1260160c062e31536ae70137e5c52ce03328a3e1.tar.bz2 |
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 <R63905@freescale.com>
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6slevk.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |