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 12:35:35 +0800 |
commit | f007d717738dad99a16dc540bcbeacff5f17e405 (patch) | |
tree | 8e13119f5044e55d64f411776bf50a3b0b90d4f5 | |
parent | 2013c87b86e1c493270dc7d810adff821331abfb (diff) | |
download | u-boot-imx-f007d717738dad99a16dc540bcbeacff5f17e405.zip u-boot-imx-f007d717738dad99a16dc540bcbeacff5f17e405.tar.gz u-boot-imx-f007d717738dad99a16dc540bcbeacff5f17e405.tar.bz2 |
ENGR00292012 MX6SL EVK:Increase env offset to 512KiBrel_imx_3.10.17_1.0.0_betaimx_v2013.04_3.10.17_1.0.0_beta
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>
(cherry picked from commit 1260160c062e31536ae70137e5c52ce03328a3e1)
-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 |