fix(smc): update vendor el3 minor version
With addition of acs handler to TF-A vendor el3 minor version
was updated.
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
Change-Id: Ic03e25d1a45fdf2e701b4b11db6a456435a227e5
diff --git a/include/runtime_services/ven_el3_svc.h b/include/runtime_services/ven_el3_svc.h
index 3a61ecd..04f501e 100644
--- a/include/runtime_services/ven_el3_svc.h
+++ b/include/runtime_services/ven_el3_svc.h
@@ -19,6 +19,6 @@
#define VEN_EL3_SVC_VERSION 0x8700ff03
#define VEN_EL3_SVC_VERSION_MAJOR 1
-#define VEN_EL3_SVC_VERSION_MINOR 0
+#define VEN_EL3_SVC_VERSION_MINOR 1
#endif /* VEN_EL3_SVC_H */