summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZhang Bo <bo.zhang@nxp.com>2019-03-08 15:37:54 +0800
committerZhang Bo <bo.zhang@nxp.com>2019-03-12 13:38:39 +0800
commitb7ab745c027a356d5d48b5495e78a69853ce8276 (patch)
treec6451bc98a5a32e3205a7e31f29e2ec67fa8b64f /include
parent93f302a6642adedfdd6336b22d08f32284539e35 (diff)
MA-14296-1[Android]Change uboot malloc size and change hdmi fw load address
Image size is about 30M and 0x8028000+30M has overlaped with malloc memory. malloc memory end address is 0x88000000 and need to decrease the malloc size to reserve enough memory for loading kernel and dtb image. The memory address 0x90000000~0x92000000 has been reserved for M4 in SCFW. Need to change the HDMI firmware loading address to 0x84000000 which is aligned with BSP image. Change-Id: I6f9b6e05a9c9d8b5f7d385632a0ef54a0c20667d Signed-off-by: Zhang Bo <bo.zhang@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8qm_mek_android.h4
-rw-r--r--include/configs/imx8qxp_mek_android.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/imx8qm_mek_android.h b/include/configs/imx8qm_mek_android.h
index 097a7b4d73..42a261f020 100644
--- a/include/configs/imx8qm_mek_android.h
+++ b/include/configs/imx8qm_mek_android.h
@@ -24,13 +24,13 @@
#define FSL_FASTBOOT_FB_DEV "mmc"
#define IMX_LOAD_HDMI_FIMRWARE
-#define IMX_HDMI_FIRMWARE_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_256M)
+#define IMX_HDMI_FIRMWARE_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_64M)
#define IMX_HDMITX_FIRMWARE_SIZE 0x20000
#define IMX_HDMIRX_FIRMWARE_SIZE 0x20000
#ifdef CONFIG_SYS_MALLOC_LEN
#undef CONFIG_SYS_MALLOC_LEN
-#define CONFIG_SYS_MALLOC_LEN (96 * SZ_1M)
+#define CONFIG_SYS_MALLOC_LEN (76 * 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 8b0b4bf34d..dddcf454e9 100644
--- a/include/configs/imx8qxp_mek_android.h
+++ b/include/configs/imx8qxp_mek_android.h
@@ -25,7 +25,7 @@
#ifdef CONFIG_SYS_MALLOC_LEN
#undef CONFIG_SYS_MALLOC_LEN
-#define CONFIG_SYS_MALLOC_LEN (96 * SZ_1M)
+#define CONFIG_SYS_MALLOC_LEN (76 * SZ_1M)
#endif
#define CONFIG_USB_FUNCTION_FASTBOOT