From e567f089a5d9a0f873622ed8bb90cbb15825dd4e Mon Sep 17 00:00:00 2001 From: Luo Ji Date: Tue, 16 Jan 2018 18:54:55 +0800 Subject: MA-11121 [Android] Enlarge heap size to 96M Bytes for imx8 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 --- include/configs/imx8mq_evk_android.h | 2 +- include/configs/imx8qm_mek_android.h | 2 +- include/configs/imx8qxp_mek_android.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/imx8mq_evk_android.h b/include/configs/imx8mq_evk_android.h index a49fc1b92f..5a4233d528 100644 --- a/include/configs/imx8mq_evk_android.h +++ b/include/configs/imx8mq_evk_android.h @@ -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 diff --git a/include/configs/imx8qm_mek_android.h b/include/configs/imx8qm_mek_android.h index 4b4cb1929f..a03c357d47 100644 --- a/include/configs/imx8qm_mek_android.h +++ b/include/configs/imx8qm_mek_android.h @@ -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 diff --git a/include/configs/imx8qxp_mek_android.h b/include/configs/imx8qxp_mek_android.h index 4537c3550b..ebbf651e85 100644 --- a/include/configs/imx8qxp_mek_android.h +++ b/include/configs/imx8qxp_mek_android.h @@ -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 -- cgit v1.2.3