After align BSP uboot configuration (commit:
e363a68), some vedio
related operations was enabled and will take some heap space. AVB
will take about 62M Bytes heap size to load both boot_a and boot_b,
64M Bytes is not enough anymore.
Change-Id: I9f93cd8d32410d144a0c5a976046773fbd07a539
Signed-off-by: Luo Ji <ji.luo@nxp.com>
#ifdef CONFIG_SYS_MALLOC_LEN
#undef CONFIG_SYS_MALLOC_LEN
-#define CONFIG_SYS_MALLOC_LEN (64 * SZ_1M)
+#define CONFIG_SYS_MALLOC_LEN (96 * SZ_1M)
#endif
#define CONFIG_USB_FUNCTION_FASTBOOT
#ifdef CONFIG_SYS_MALLOC_LEN
#undef CONFIG_SYS_MALLOC_LEN
-#define CONFIG_SYS_MALLOC_LEN (64 * SZ_1M)
+#define CONFIG_SYS_MALLOC_LEN (96 * SZ_1M)
#endif
#define CONFIG_USB_FUNCTION_FASTBOOT
#ifdef CONFIG_SYS_MALLOC_LEN
#undef CONFIG_SYS_MALLOC_LEN
-#define CONFIG_SYS_MALLOC_LEN (64 * SZ_1M)
+#define CONFIG_SYS_MALLOC_LEN (96 * SZ_1M)
#endif
#define CONFIG_USB_FUNCTION_FASTBOOT