TM2 kernel with KASAN and UBSAN is larger than 48MB, so this patch
fixes memory for kernel decompression to 130MB.
Change-Id: Ib8e52b15164a2dd83c42f47a76a3c5c3bcdb2ffa
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 << 20))
-#define CONFIG_SYS_BOOTM_LEN (48 << 20)
+#define CONFIG_SYS_BOOTM_LEN (130 << 20)
/* Serial port Exynos S5P through the device model */
#define CONFIG_BAUDRATE 115200