Skip to content

Commit b6b388a

Browse files
committed
[hopefully_fromtree]soc: nordic: nrf54l: Disable NORDIC_RAM_CTRL for TF-M builds
Disable the option HAS_NORDIC_RAM_CTRL when TF-M used because the it is currently incompatible with TF-M. The file soc/nordic/common/poweroff.c which impelements the system off functionality in NRF devices configures the memory retetion and the way that it is done is incompatible with TF-M since it tries to configure the memory blocks which are secure. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent ad27263 commit b6b388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nordic/nrf54l/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ config SOC_NRF54L_CPUAPP_COMMON
2121
select CPU_HAS_FPU
2222
select HAS_HW_NRF_RADIO_IEEE802154
2323
select HAS_POWEROFF
24-
select HAS_NORDIC_RAM_CTRL
24+
select HAS_NORDIC_RAM_CTRL if !BUILD_WITH_TFM
2525
select HAS_SWO
2626

2727
config SOC_NRF54L05_CPUAPP

0 commit comments

Comments
 (0)