aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/include
diff options
context:
space:
mode:
authorKen Liu <ken.liu@arm.com>2020-06-16 11:27:50 +0800
committerSummer Qin <summer.qin@arm.com>2020-07-10 14:20:14 +0800
commit39791cc4fded136f5e06a5591f2736d80ff18d33 (patch)
treee6948c4fd39a0ac243a0b4098f2420e640bd79e3 /secure_fw/include
parenta6b336c1509fd5f5522450e3cec0fcd6c060f9c8 (diff)
downloadtrusted-firmware-m-39791cc4fded136f5e06a5591f2736d80ff18d33.tar.gz
SPM: Remove unused function
Remove the unused function 'tfm_core_validate_secure_caller' and 'tfm_spm_validate_secure_caller_handler' from SPM. Change-Id: I4aa110798d2e0306a05ffd278163c6bd5c48932e Signed-off-by: Ken Liu <ken.liu@arm.com>
Diffstat (limited to 'secure_fw/include')
-rw-r--r--secure_fw/include/tfm/tfm_core_svc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/secure_fw/include/tfm/tfm_core_svc.h b/secure_fw/include/tfm/tfm_core_svc.h
index 03597e29db..19ebd89f92 100644
--- a/secure_fw/include/tfm/tfm_core_svc.h
+++ b/secure_fw/include/tfm/tfm_core_svc.h
@@ -13,7 +13,6 @@
typedef enum {
TFM_SVC_SFN_REQUEST = 0,
TFM_SVC_SFN_RETURN,
- TFM_SVC_VALIDATE_SECURE_CALLER,
TFM_SVC_GET_CALLER_CLIENT_ID,
TFM_SVC_SPM_REQUEST,
TFM_SVC_GET_BOOT_DATA,