From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 22 Jan 2015 10:16:30 +0100 Subject: [U-Boot] [PATCH] imx: mx6: Change ENV offset to 512K bytes for larger u-boot image In-Reply-To: <1421398064-5564-1-git-send-email-B37916@freescale.com> References: <1421398064-5564-1-git-send-email-B37916@freescale.com> Message-ID: <54C0BFEE.8090108@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ye, On 16/01/2015 09:47, Ye.Li wrote: > To align with other mx6 boards, change ENV offset from 384KB to > 512KB position to fit a larger u-boot image. > > Signed-off-by: Ye.Li > --- > include/configs/mx6slevk.h | 2 +- > include/configs/mx6sxsabresd.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h > index e3e7f76..ed50dfb 100644 > --- a/include/configs/mx6slevk.h > +++ b/include/configs/mx6slevk.h > @@ -187,7 +187,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 > > diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h > index 61a7a7a..c5dc982 100644 > --- a/include/configs/mx6sxsabresd.h > +++ b/include/configs/mx6sxsabresd.h > @@ -235,7 +235,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 > Applied after slightly rebasing due to SPI-NOR support in mx6slevk - thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================