fix: fix MISRA C 2012 Rule 12.2 violations
Change-Id: I8022cc8d3a20d74c0fe57f2e94c3c0260f1b4e4f
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
diff --git a/runtime/core/init.c b/runtime/core/init.c
index 4a30540..551622f 100644
--- a/runtime/core/init.c
+++ b/runtime/core/init.c
@@ -83,7 +83,7 @@
RMM_EL3_MANIFEST_GET_VERS_MINOR(manifest_version));
/* Report RMI/RSI ABI versions and build timestamp */
- NOTICE("RMI/RSI ABI v.%u.%u/%u.%u built: %s %s\n",
+ NOTICE("RMI/RSI ABI v.%lu.%lu/%lu.%lu built: %s %s\n",
RMI_ABI_VERSION_MAJOR, RMI_ABI_VERSION_MINOR,
RSI_ABI_VERSION_MAJOR, RSI_ABI_VERSION_MINOR,
__DATE__, __TIME__);