aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Jaouen <michel.jaouen@st.com>2021-07-09 18:20:35 +0200
committerKen Liu <ken.liu@arm.com>2021-07-16 08:35:57 +0200
commitf5916341e5d499db930aeff0e908777ba89705d8 (patch)
treeb207cf5c89bc314687231770b5abb80cf72b004a
parent15bfab373f17b09c497d51c0dd36814829c41053 (diff)
downloadtrusted-firmware-m-f5916341e5d499db930aeff0e908777ba89705d8.tar.gz
SPM: Fix irq template for cmsis func.
Without this fix, IAR is not building with DTFM_PSA_API=OFF Change-Id: Ifc7b271d88cc24a07dd442a3693745d91b6b0d73 Signed-off-by: Michel Jaouen <michel.jaouen@st.com>
-rw-r--r--secure_fw/spm/cmsis_func/tfm_secure_irq_handlers.inc.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure_fw/spm/cmsis_func/tfm_secure_irq_handlers.inc.template b/secure_fw/spm/cmsis_func/tfm_secure_irq_handlers.inc.template
index 08a82ea4f9..bdc54088f5 100644
--- a/secure_fw/spm/cmsis_func/tfm_secure_irq_handlers.inc.template
+++ b/secure_fw/spm/cmsis_func/tfm_secure_irq_handlers.inc.template
@@ -52,7 +52,7 @@ const struct tfm_core_irq_signal_data_t tfm_core_irq_signals[] = {
{% endif %}
{% endif %}
{% endfor %}
- {0, 0, 0, 0} /* add dummy element to avoid non-standard empty array */
+ {0,0,0} /* add dummy element to avoid non-standard empty array */
};
const size_t tfm_core_irq_signals_count = (sizeof(tfm_core_irq_signals) /