aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--secure_fw/spm/spm_api_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure_fw/spm/spm_api_ipc.c b/secure_fw/spm/spm_api_ipc.c
index 80b43519fe..cca156e224 100644
--- a/secure_fw/spm/spm_api_ipc.c
+++ b/secure_fw/spm/spm_api_ipc.c
@@ -605,7 +605,7 @@ void tfm_spm_init(void)
tfm_core_panic();
}
service[i].partition = partition;
- partition->runtime_data.assigned_signals |= service->service_db->signal;
+ partition->runtime_data.assigned_signals |= service[i].service_db->signal;
tfm_list_init(&service[i].handle_list);
tfm_list_add_tail(&partition->runtime_data.service_list,