Skip to content

Commit d7dea77

Browse files
committed
[nrf fromlist] drivers: cache: Enable LINEADDR workaround on nRF54H20 EngB
Upstream PR: zephyrproject-rtos/zephyr#80226 Just like on nRF54H20 EngC. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 5fa74ca600023c50b443bc4608641a45e7c3288a)
1 parent 09aba02 commit d7dea77

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
13+
default y if SOC_NRF54H20 || SOC_NRF54H20_ENGB
1414
help
1515
Manually set 28th bit in the LINEADDR in Trustzone Secure build.

0 commit comments

Comments
 (0)