From: Minkyu Kang Date: Tue, 5 Oct 2010 01:16:27 +0000 (+0900) Subject: s5pc210: universal: increase the malloc len X-Git-Tag: v0.2~393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4ef6b926355b6ffe66055663d0707a16a0882e3;p=kernel%2Fu-boot.git s5pc210: universal: increase the malloc len Signed-off-by: Minkyu Kang --- diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 222f5fa..1a695fc 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -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 */ /*