
3 Nov
2007
3 Nov
'07
10:27 p.m.
In message 20071025161107.169028618@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@denx.de
Every solution breeds new problems.