Commit 3ba0b73
[nrf noup] drivers: flash: Allow reading secure mem by nrf_rram.
fixup! [nrf noup] tree-wide: support NCS Partition Manager (PM) definitions
To read the secure memory we need to use soc_secure_mem_read
function instead of memcpy.
This commit allows to use the soc_secure_mem_read function
if the CONFIG_TRUSTED_EXECUTION_NONSECURE and PARTITION_MANAGER
is enabled.
Signed-off-by: Arkadiusz Balys <[email protected]>
(cherry picked from commit 711346a)1 parent a97deec commit 3ba0b73
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
279 | 284 | | |
280 | 285 | | |
281 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
282 | 293 | | |
283 | 294 | | |
284 | 295 | | |
| |||
0 commit comments