From f6e8ead4a12a0823f1f9c181552193a3ab95e960 Mon Sep 17 00:00:00 2001 From: Amith Date: Wed, 19 Aug 2015 20:13:12 -0700 Subject: [PATCH] spd: trusty: OEN_TAP_START aperture for standard calls This patch uses the OEN_TAP_START aperture for all the standard calls being passed to Trusty. Change-Id: Id78d01c7f48e4f54855600d7c789ffbfb898c541 Signed-off-by: Amith Signed-off-by: Varun Wadekar --- services/spd/trusty/trusty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/spd/trusty/trusty.c b/services/spd/trusty/trusty.c index 78a68ba0b..b21ce715b 100644 --- a/services/spd/trusty/trusty.c +++ b/services/spd/trusty/trusty.c @@ -395,7 +395,7 @@ DECLARE_RT_SVC( DECLARE_RT_SVC( trusty_std, - OEN_TOS_START, + OEN_TAP_START, SMC_ENTITY_SECURE_MONITOR, SMC_TYPE_STD, NULL, -- GitLab