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 <jino.cho@samsung.com>
/* 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