spm: update OP-TEE version used for testing to 3.10
SPMC as S-EL1 tests using OP-TEE depend on a static binary
stored as a CI file. This binary corresponds to a build of
OP-TEE v3.10. Update the version reported to TFTF accordingly.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I23f51f8a126152a1345c8180c6e55fe7e2f471b8
diff --git a/include/runtime_services/ffa_endpoints.h b/include/runtime_services/ffa_endpoints.h
index 8d108ed..7a6cd4f 100644
--- a/include/runtime_services/ffa_endpoints.h
+++ b/include/runtime_services/ffa_endpoints.h
@@ -18,6 +18,6 @@
#define OPTEE_FFA_GET_API_VERSION (0)
#define OPTEE_FFA_GET_OS_VERSION (1)
#define OPTEE_FFA_GET_OS_VERSION_MAJOR (3)
-#define OPTEE_FFA_GET_OS_VERSION_MINOR (8)
+#define OPTEE_FFA_GET_OS_VERSION_MINOR (10)
#endif