public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] imx: mx6: Change ENV offset to 512K bytes for larger u-boot image
Date: Thu, 22 Jan 2015 10:16:30 +0100	[thread overview]
Message-ID: <54C0BFEE.8090108@denx.de> (raw)
In-Reply-To: <1421398064-5564-1-git-send-email-B37916@freescale.com>

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 <B37916@freescale.com>
> ---
>  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
=====================================================================

      reply	other threads:[~2015-01-22  9:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-16  8:47 [U-Boot] [PATCH] imx: mx6: Change ENV offset to 512K bytes for larger u-boot image Ye.Li
2015-01-22  9:16 ` Stefano Babic [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54C0BFEE.8090108@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox