Current malloc len is too much and consume too long
to initialize them. There is no problem just adding
2MB for malloc pool.
Change-Id: I53ab0e9ae420a365a9513224d547ffd4646e562a
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (1 << 20) + \
- CONFIG_SYS_DFU_DATA_BUF_SIZE * 4)
+ CONFIG_SYS_DFU_DATA_BUF_SIZE * 2 + \
+ (2 << 20))
/* Configuration of ROOTFS_ATAGS */
#define CONFIG_ROOTFS_ATAGS