public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] TQM85xx: add support for Spansion 'N' type flashes.
Date: Fri, 22 Jun 2007 13:29:04 +0200	[thread overview]
Message-ID: <200706221329.05104.sr@denx.de> (raw)
In-Reply-To: <20070622110008.24421.25624.stgit@tq-sewsrv-4.tq-net.de>

Hi Martin,

On Friday 22 June 2007, Martin Krause wrote:
> The 'N' typ flashes have bigger sectors, than the formerly used 'M' types,
> so the flash layout has to be changed -> new start address of the
> environment.
>
> Signed-off-by: Martin Krause <martin.krause@tqs.de>
> ---
>
>  include/configs/TQM85xx.h |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h
> index f45f3a2..6c74add 100644
> --- a/include/configs/TQM85xx.h
> +++ b/include/configs/TQM85xx.h
> @@ -149,7 +149,7 @@
>  #define CFG_INIT_SP_OFFSET	CFG_GBL_DATA_OFFSET
>
>  #define CFG_MONITOR_LEN		(256 * 1024)	/* Reserve 256kB for Mon*/
> -#define CFG_MALLOC_LEN		(128 * 1024)	/* Reserved for malloc	*/
> +#define CFG_MALLOC_LEN		(256 * 1024)	/* Reserved for malloc	*/
>
>  /* Serial Port */
>  #if defined(CONFIG_TQM8560)
> @@ -346,8 +346,8 @@
>   * Environment
>   */
>  #define CFG_ENV_IS_IN_FLASH	1
> -#define CFG_ENV_ADDR		(CFG_MONITOR_BASE - 0x20000)
> -#define CFG_ENV_SECT_SIZE	0x20000 /* 128K(one sector) for env	*/
> +#define CFG_ENV_ADDR		(CFG_MONITOR_BASE - 0x40000)
> +#define CFG_ENV_SECT_SIZE	0x40000 /* 256K(one sector (N)) for env	*/

How about this:

#define CFG_ENV_SECT_SIZE	0x40000 /* 256K(one sector (N)) for env	*/
#define CFG_ENV_ADDR		(CFG_MONITOR_BASE - CFG_ENV_SECT_SIZE)

This way you only need to hardcode the sector size once.

Viele Gr??e,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  reply	other threads:[~2007-06-22 11:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-22 11:00 [U-Boot-Users] [PATCH] TQM85xx: add support for Spansion 'N' type flashes Martin Krause
2007-06-22 11:29 ` Stefan Roese [this message]
2007-06-22 12:48   ` Martin Krause
  -- strict thread matches above, loose matches on Subject: below --
2007-06-22 13:00 Martin Krause
2007-06-23 19:08 ` Andy Fleming
2007-06-25 15:08   ` Martin Krause

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=200706221329.05104.sr@denx.de \
    --to=sr@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