Skip to content

Commit 6cd4acf

Browse files
joerchanmbolivar-nordic
authored andcommitted
[nrf fromlist] secure_fw: partitions: Make ITS a weak dependency for crypto
Internal Trusted Storage is listed as a dependency for the crypto partition. However if only the RNG or HASH modules are needed from the crypto partition then ITS is not required. Excluding ITS partition provides a smaller TF-M image. Use-case for this is to fit TF-M within 32K on the nrf9160 DK in cases where only RNG is needed from crypto. Upstream PR: https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/13772 Change-Id: Ibb471111f2fbdb3414cff2c7e05331cdcdbc07e1 Signed-off-by: Joakim Andersson <[email protected]> (cherry picked from commit c64fb59)
1 parent 8ebcf18 commit 6cd4acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secure_fw/partitions/crypto/tfm_crypto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
"version_policy": "STRICT"
482482
},
483483
],
484-
"dependencies": [
484+
"weak_dependencies": [
485485
"TFM_INTERNAL_TRUSTED_STORAGE_SERVICE"
486486
]
487487
}

0 commit comments

Comments
 (0)