Commit b6b388a
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments