From: jino.cho Date: Tue, 19 Apr 2016 03:05:22 +0000 (+0900) Subject: artik: configs: increase size of malloc() pool X-Git-Tag: submit/tizen/20160419.084959^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F66435%2F1;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik.git artik: configs: increase size of malloc() pool This patch increase size of malloc() pool for Thor downloader. When downloading image of the platform, "Thor failed" error occurs due to the small size of malloc() pool. Change-Id: I69154640c0e4f587645d7cb97b2d04929959e0cc Signed-off-by: jino.cho --- diff --git a/include/configs/artik_common.h b/include/configs/artik_common.h index adadf7f60..c2c507dc8 100644 --- a/include/configs/artik_common.h +++ b/include/configs/artik_common.h @@ -272,7 +272,7 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (1 << 20) + \ - CONFIG_SYS_DFU_DATA_BUF_SIZE * 2) + CONFIG_SYS_DFU_DATA_BUF_SIZE * 4) /* Configuration of ROOTFS_ATAGS */ #define CONFIG_ROOTFS_ATAGS