commit | 54d47fbd526967a83d52d6e9d146d80791ecdce8 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Tue Jun 15 16:40:08 2021 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Wed Jun 16 04:26:29 2021 +0200 |
tree | 5f10b7ee0781e95e4264cc3eae695b1b1948deaa | |
parent | caefb8f2ffc0091c407cc5bf8fdc357f4875354c [diff] [blame] |
SPM: Fix build warnings This patch fixes some build warnings Change-Id: I749f92f7014433afede634771849242a80fc00ff Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/secure_fw/spm/cmsis_psa/spm_ipc.c b/secure_fw/spm/cmsis_psa/spm_ipc.c index c633256..18cb640 100644 --- a/secure_fw/spm/cmsis_psa/spm_ipc.c +++ b/secure_fw/spm/cmsis_psa/spm_ipc.c
@@ -628,7 +628,7 @@ uint32_t tfm_spm_init(void) { - uint32_t i, j; + uint32_t i; bool privileged; struct partition_t *partition; struct tfm_core_thread_t *pth, *p_ns_entry_thread = NULL;