summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Kconfig
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 /arch/arm/mach-imx/Kconfig
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 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 1a8f7fa01f..f6d05c1e12 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -43,6 +43,20 @@ config IMX_BOOTAUX
help
bootaux [addr] to boot auxiliary core.
+config BOOTAUX_RESERVED_MEM_BASE
+ hex "Define the reserved memory base address"
+ default 0x00
+ depends on ARCH_IMX8
+ help
+ reserve DDR memory for bootaux
+
+config BOOTAUX_RESERVED_MEM_SIZE
+ hex "Define the reserved memory size"
+ default 0x00
+ depends on ARCH_IMX8
+ help
+ This memory will be reserved by system and linux cannot access.
+
config IMX_VSERVICE_SHARED_BUFFER
hex "Define the buffer address used for virtual service"
depends on IMX_VSERVICE