diff --git a/include/configs/davinci_sysmobts_v2.h b/include/configs/davinci_sysmobts_v2.h index ac7b33f0d0..59c345073f 100644 --- a/include/configs/davinci_sysmobts_v2.h +++ b/include/configs/davinci_sysmobts_v2.h @@ -49,7 +49,7 @@ /*=============*/ /* Memory Info */ /*=============*/ -#define CONFIG_SYS_MALLOC_LEN (0x10000 + 2048*1024) /* malloc() len */ +#define CONFIG_SYS_MALLOC_LEN (0x10000 + 10485760) /* 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 */