MA-11121 [Android] Enlarge heap size to 96M Bytes for imx8
authorLuo Ji <ji.luo@nxp.com>
Tue, 16 Jan 2018 10:54:55 +0000 (18:54 +0800)
committerLuo Ji <ji.luo@nxp.com>
Tue, 16 Jan 2018 12:06:48 +0000 (20:06 +0800)
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>
include/configs/imx8mq_evk_android.h
include/configs/imx8qm_mek_android.h
include/configs/imx8qxp_mek_android.h

index a49fc1b..5a4233d 100644 (file)
@@ -23,7 +23,7 @@
 
 #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
index 4b4cb19..a03c357 100644 (file)
@@ -32,7 +32,7 @@
 
 #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
index 4537c35..ebbf651 100644 (file)
@@ -27,7 +27,7 @@
 
 #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