aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/spm/tfm_spm_db.inc
diff options
context:
space:
mode:
Diffstat (limited to 'secure_fw/spm/tfm_spm_db.inc')
-rw-r--r--secure_fw/spm/tfm_spm_db.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/secure_fw/spm/tfm_spm_db.inc b/secure_fw/spm/tfm_spm_db.inc
index 2fbdd90fc4..ce05fd6f0d 100644
--- a/secure_fw/spm/tfm_spm_db.inc
+++ b/secure_fw/spm/tfm_spm_db.inc
@@ -591,6 +591,7 @@ static int32_t dependencies_TFM_SP_SST_TEST[] =
static int32_t dependencies_TFM_SP_SECURE_CLIENT_2[] =
{
TFM_ITS_GET_SID,
+ TFM_CRYPTO_SID,
};
#endif /* TFM_PARTITION_TEST_SECURE_SERVICES */
@@ -843,7 +844,7 @@ const struct spm_partition_static_data_t static_data_list[] =
,
.partition_priority = TFM_PRIORITY(NORMAL),
.partition_init = tfm_secure_client_2_init,
- .dependencies_num = 1,
+ .dependencies_num = 2,
.p_dependencies = dependencies_TFM_SP_SECURE_CLIENT_2,
},
#endif /* TFM_PARTITION_TEST_SECURE_SERVICES */