9
0
Fork 0

svn_rev_588

increase malloc space
This commit is contained in:
Sascha Hauer 2007-07-05 18:02:07 +02:00 committed by Sascha Hauer
parent ec4e62aaaf
commit 230024741a
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ RTC configuration
#endif
#define CFG_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */
#define CFG_MALLOC_LEN (2 << 20) /* Reserve 2 MB for malloc() */
#define CFG_MALLOC_LEN (8 << 20) /* Reserve 8 MB for malloc() */
#define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
/*------------------------------------------------------------------------------------------------------------------------------------------------------