try to increase the malloc size for ubifs recovery

This commit is contained in:
Harald Welte 2012-04-18 23:24:52 +02:00 committed by Holger Hans Peter Freyther
parent 89f30639d8
commit 9987f6df9b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
/*=============*/
/* Memory Info */
/*=============*/
#define CONFIG_SYS_MALLOC_LEN (0x10000 + 512*1024) /* malloc() len */
#define CONFIG_SYS_MALLOC_LEN (0x10000 + 2048*1024) /* malloc() len */
#define CONFIG_SYS_GBL_DATA_SIZE 128 /* reserved for initial data */
#define CONFIG_SYS_MEMTEST_START 0x80000000 /* memtest start address */
#define CONFIG_SYS_MEMTEST_END 0x81000000 /* 16MB RAM test */