s5pc210: universal: increase the malloc len
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 5 Oct 2010 01:16:27 +0000 (10:16 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 5 Oct 2010 01:16:27 +0000 (10:16 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/s5pc210_universal.h

index 222f5fa..1a695fc 100644 (file)
@@ -67,7 +67,7 @@
 /*
  * Size of malloc() pool
  */
-#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 15 * 1024 * 1024)
 #define CONFIG_SYS_GBL_DATA_SIZE       128     /* size in bytes for initial data */
 
 /*