Revert "drivers: cache: nrf: enable CACHE_NRF_PATCH_LINEADDR for nRF92"

This reverts commit a2bb323861.

nRF9280 does not suffer from the same bit 28 hardware bug as nRF54H20.
This workaround must be disabled to make the DCACHE function properly.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
Grzegorz Swiderski 2024-09-06 08:38:24 +02:00 committed by Anas Nashif
parent 26c99a6f36
commit b97300e414

View File

@ -10,6 +10,6 @@ config CACHE_NRF_CACHE
config CACHE_NRF_PATCH_LINEADDR
bool "Patch lineaddr"
default y if SOC_NRF54H20 || SOC_NRF9280
default y if SOC_NRF54H20
help
Manually set 28th bit in the LINEADDR in Trustzone Secure build.