[U-Boot-Users] [PATCH] TQM85xx: add support for Spansion 'N' type flashes.

Andy Fleming afleming at gmail.com
Sat Jun 23 21:08:24 CEST 2007


On 6/22/07, Martin Krause <martin.krause at tqs.de> wrote:
> From: Thomas Waehner <thomas.waehner at 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..35bfb00 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  */


I'm not familiar with this board, so I'm not familiar with what type
of flash it has.  Does the current config file not work?  Does this
new config file switch the TQM85xx to using the 'N' type at the
expense of older boards which use the 'M' type?  If so, my preference
would be to preserve the old config options for the old board, and
have new options for the new board.  There are a number of ways you
could do that without creating a new board config file.

Or does no one have a board with the 'M' type flash?


Andy




More information about the U-Boot mailing list