Skip to content

Commit b97300e

Browse files
57300nashif
authored andcommitted
Revert "drivers: cache: nrf: enable CACHE_NRF_PATCH_LINEADDR for nRF92"
This reverts commit a2bb323. 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 <[email protected]>
1 parent 26c99a6 commit b97300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cache/Kconfig.nrf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ config CACHE_NRF_CACHE
1010

1111
config CACHE_NRF_PATCH_LINEADDR
1212
bool "Patch lineaddr"
13-
default y if SOC_NRF54H20 || SOC_NRF9280
13+
default y if SOC_NRF54H20
1414
help
1515
Manually set 28th bit in the LINEADDR in Trustzone Secure build.

0 commit comments

Comments
 (0)