summaryrefslogtreecommitdiff
path: root/include/services
diff options
context:
space:
mode:
authorMark Dykes <mark.dykes@arm.com>2021-11-08 10:36:53 -0600
committerMark Dykes <mark.dykes@arm.com>2021-11-08 10:43:40 -0600
commit51d8d1e326e39c83e49a0f4c4c269db74fcda226 (patch)
tree954883bd08e3d2a4a1df3ecced14ce0fa725e4c0 /include/services
parent683bb4d7bdfd42e6e026902c43797f132b2a75d5 (diff)
downloadarm-trusted-firmware-51d8d1e326e39c83e49a0f4c4c269db74fcda226.tar.gz
Changing SMC code for transitioning Granule
Changing the SMC code value to conform with RMM for transitioning a realm granule back to non-secure, otherwise known as undelegate. Signed-off-by: Mark Dykes <mark.dykes@arm.com> Change-Id: Ia45ad6cab538de48c65b071b49e504be234afa2b
Diffstat (limited to 'include/services')
-rw-r--r--include/services/rmi_svc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services/rmi_svc.h b/include/services/rmi_svc.h
index 9106f088d..22f635bab 100644
--- a/include/services/rmi_svc.h
+++ b/include/services/rmi_svc.h
@@ -45,7 +45,7 @@
#define RMI_FNUM_VERSION_REQ U(0x00)
#define RMI_FNUM_GRAN_NS_REALM U(0x01)
-#define RMI_FNUM_GRAN_REALM_NS U(0x10)
+#define RMI_FNUM_GRAN_REALM_NS U(0x02)
/* RMI SMC64 FIDs handled by the RMMD */
#define RMI_RMM_REQ_COMPLETE RMI_FID(SMC_64, RMI_FNUM_REQ_COMPLETE)