summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Ji <ji.luo@nxp.com>2018-01-16 18:54:55 +0800
committerLuo Ji <ji.luo@nxp.com>2018-01-16 19:39:22 +0800
commite567f089a5d9a0f873622ed8bb90cbb15825dd4e (patch)
tree1acace074c4092d55109dffc0e8430e6e0c50fb8
parentda8c9e08892c1df57a43ad6c6b6671290c080ced (diff)
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 <ji.luo@nxp.com>
-rw-r--r--include/configs/imx8mq_evk_android.h2
-rw-r--r--include/configs/imx8qm_mek_android.h2
-rw-r--r--include/configs/imx8qxp_mek_android.h2
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