Commit f9a27d0
[nrf noup] secure_fw: partitions: Remove its dependency
TFM_CRYPTO depends on TFM_INTERNAL_TRUSTED_STORAGE_SERVICE.
This means it is not possible to not use ITS.
This is changed to a weak dependency to make it possible
to support using crypto without ITS.
This is a noup as it is not possible to do this change upstream.
There are platforms upstream that depend on this dependency.
Signed-off-by: Dag Erik Gjørvad <[email protected]>1 parent 57ca5ed commit f9a27d0
File tree
2 files changed
+4
-1
lines changed- secure_fw/partitions/crypto
- tools
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments