drivers: cache: nrf: enable CACHE_NRF_PATCH_LINEADDR for nRF92
Enable CACHE_NRF_PATCH_LINEADDR for nRF92 by default, similarly to how it's enabled for nRF54H. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
This commit is contained in:
parent
242a70b32e
commit
a2bb323861
|
@ -10,6 +10,6 @@ config CACHE_NRF_CACHE
|
|||
|
||||
config CACHE_NRF_PATCH_LINEADDR
|
||||
bool "Patch lineaddr"
|
||||
default y if SOC_NRF54H20
|
||||
default y if SOC_NRF54H20 || SOC_NRF9280
|
||||
help
|
||||
Manually set 28th bit in the LINEADDR in Trustzone Secure build.
|
||||
|
|
Loading…
Reference in New Issue