Browse Source

drivers: cache: Enable LINEADDR workaround on nRF54H20 EngB

Just like on nRF54H20 EngC.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
pull/80294/head
Grzegorz Swiderski 9 months ago committed by Fabio Baltieri
parent
commit
41f53b2091
  1. 2
      drivers/cache/Kconfig.nrf

2
drivers/cache/Kconfig.nrf vendored

@ -10,6 +10,6 @@ config CACHE_NRF_CACHE @@ -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_NRF54H20_ENGB
help
Manually set 28th bit in the LINEADDR in Trustzone Secure build.

Loading…
Cancel
Save