soc: imx943: a55: disable D-Cache when booting from el2
Enabled CONFIG_ARM64_BOOT_DISABLE_DCACHE to disable D-Cache when booting from EL2. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
This commit is contained in:
parent
e05abfdcf4
commit
dc68d1bb10
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ config FLASH_BASE_ADDRESS
|
||||||
config GIC_SAFE_CONFIG
|
config GIC_SAFE_CONFIG
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
# Disable data cache until MMU is enabled when booting from EL2
|
||||||
|
config ARM64_DCACHE_ALL_OPS
|
||||||
|
default y
|
||||||
|
|
||||||
|
config ARM64_BOOT_DISABLE_DCACHE
|
||||||
|
default y
|
||||||
|
|
||||||
config MCUX_CORE_SUFFIX
|
config MCUX_CORE_SUFFIX
|
||||||
default "_ca55" if SOC_MIMX94398_A55
|
default "_ca55" if SOC_MIMX94398_A55
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue