Skip to content

Commit c2a7bec

Browse files
committed
[nrf noup] soc: nordic: Disable DCACHE for nrf54h20
When the PSA crypto secure domain service is enabled. Noup since this service is not available upstream. This is temporary since we expect to add support for data cache later. This affects the nrf54h20dk cpuapp and cpurad targets. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 69f2018 commit c2a7bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soc/nordic/nrf54h/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config SOC_NRF54H20_CPUAPP_COMMON
1616
select CPU_CORTEX_M33
1717
select CPU_HAS_ARM_MPU
1818
select CPU_HAS_ARM_SAU
19-
select CPU_HAS_DCACHE
19+
select CPU_HAS_DCACHE if !SSF_PSA_CRYPTO_SERVICE_ENABLED
2020
select CPU_HAS_ICACHE
2121
select CPU_HAS_FPU
2222
select CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
@@ -41,7 +41,7 @@ config SOC_NRF54H20_CPURAD_COMMON
4141
select CPU_CORTEX_M33
4242
select CPU_HAS_ARM_MPU
4343
select CPU_HAS_ARM_SAU
44-
select CPU_HAS_DCACHE
44+
select CPU_HAS_DCACHE if !SSF_PSA_CRYPTO_SERVICE_ENABLED
4545
select CPU_HAS_ICACHE
4646
select CPU_HAS_FPU
4747
select CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS

0 commit comments

Comments
 (0)