summaryrefslogtreecommitdiff
path: root/configs/imx8qm_mek_fspi_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-05-23 23:07:18 -0700
committerYe Li <ye.li@nxp.com>2020-04-26 23:26:40 -0700
commit185d24f5802c0f837fd43330eca951386cf5ddf6 (patch)
tree7d77bb41189ee71259438bfed00b97984deb6987 /configs/imx8qm_mek_fspi_defconfig
parentaf279390deb1a7675842d897f1ff9ded1b53e537 (diff)
MA-14501[Android] change BOOTAUX_RESERVED_MEM macro to defconfig
As the M4 use different DDR memory size in normal android/car2 and car image, use different defconfig for car2 to decrease DDR memory reservation. So memory reserved for each M4 core is 8MB in car2 and normal android image. it's 32MB for car image. Change-Id: Idf608f539cd614a154c78e3a1af28eff1da5c1f2 Signed-off-by: Zhang Bo <bo.zhang@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 565f2204e7925d3bd25623ff1104a54ee0f8a601)
Diffstat (limited to 'configs/imx8qm_mek_fspi_defconfig')
-rw-r--r--configs/imx8qm_mek_fspi_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/imx8qm_mek_fspi_defconfig b/configs/imx8qm_mek_fspi_defconfig
index cdbed74377..41fe74124a 100644
--- a/configs/imx8qm_mek_fspi_defconfig
+++ b/configs/imx8qm_mek_fspi_defconfig
@@ -148,3 +148,6 @@ CONFIG_FASTBOOT_BUF_ADDR=0x82800000
CONFIG_FASTBOOT_BUF_SIZE=0x40000000
CONFIG_FASTBOOT_FLASH=y
CONFIG_FASTBOOT_USB_DEV=1
+
+CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
+CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000