[U-Boot-Users] [patch 1/3] KB9202 compile fix

Wolfgang Denk wd at denx.de
Sat Nov 3 22:27:07 CET 2007


In message <20071025161107.169028618 at sig21.net> you wrote:
> KB9202 compile fix
> 
> Problem observed with CodeSourcery EABI toolchain
> (arm-2007q3-51-arm-none-linux-gnueabi)
...
> --- a/include/configs/kb9202.h	Fri Oct 19 18:22:38 2007 +0200
> +++ b/include/configs/kb9202.h	Fri Oct 19 18:34:12 2007 +0200
> @@ -57,7 +57,7 @@
>  /*
>   * Size of malloc() pool
>   */
> -#define CFG_MALLOC_LEN	(CFG_ENV_SIZE + 128*1024)
> +#define CFG_MALLOC_LEN	(128*1024)
>  #define CFG_GBL_DATA_SIZE	128	/* size in bytes reserved for initial data */

This seems to be broken for me, especially for bigger environments.

NAK.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Every solution breeds new problems.




More information about the U-Boot mailing list