diff --git a/include/bl1/bl1.h b/include/bl1/bl1.h index e6447f25bfab2594abdef5b188c44a8ca2750cce..21d3ae7b7c0944ef94130339d425afe712a145cf 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.