aboutsummaryrefslogtreecommitdiff
path: root/include/bl1/bl1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bl1/bl1.h')
-rw-r--r--include/bl1/bl1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bl1/bl1.h b/include/bl1/bl1.h
index e6447f25bf..21d3ae7b7c 100644
--- a/include/bl1/bl1.h
+++ b/include/bl1/bl1.h
@@ -26,8 +26,8 @@
/*
* BL1 SMC version
*/
-#define BL1_SMC_MAJOR_VER 0x0
-#define BL1_SMC_MINOR_VER 0x1
+#define BL1_SMC_MAJOR_VER UL(0x0)
+#define BL1_SMC_MINOR_VER UL(0x1)
/*
* Defines for FWU SMC function ids.