summaryrefslogtreecommitdiff
path: root/configs/imx8qxp_mek_spl_defconfig
diff options
context:
space:
mode:
authorZhang Bo <bo.zhang@nxp.com>2019-04-02 16:15:06 +0800
committerZhang Bo <bo.zhang@nxp.com>2019-04-02 18:45:59 +0800
commitd4fac7ed7e97ea39d7be0bf3191792cfd4c007cb (patch)
tree89d1d84b0b2b670db6b88741e89bc3573da15cb0 /configs/imx8qxp_mek_spl_defconfig
parentd8b507374d6cf3c6c4cb14e3fe43e7d404d68a64 (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>
Diffstat (limited to 'configs/imx8qxp_mek_spl_defconfig')
-rw-r--r--configs/imx8qxp_mek_spl_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/imx8qxp_mek_spl_defconfig b/configs/imx8qxp_mek_spl_defconfig
index 77fcc4ac56..b578288cd1 100644
--- a/configs/imx8qxp_mek_spl_defconfig
+++ b/configs/imx8qxp_mek_spl_defconfig
@@ -113,3 +113,6 @@ CONFIG_SDP_LOADADDR=0x80400000
CONFIG_SYS_I2C_IMX_VIRT_I2C=y
CONFIG_I2C_MUX_IMX_VIRT=y
CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000
+
+CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
+CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000