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:
parent
26c99a6f36
commit
b97300e414
2
drivers/cache/Kconfig.nrf
vendored
2
drivers/cache/Kconfig.nrf
vendored
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user