summaryrefslogtreecommitdiff
path: root/plat/arm
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2018-02-28 09:48:35 +0000
committerGitHub <noreply@github.com>2018-02-28 09:48:35 +0000
commitbd8e6a99e0ef3bb449b0ff0de13ea74c66079412 (patch)
tree007736e41caea7aed022915ca9b69a32312972f6 /plat/arm
parentc69145fc2a8f1660131f555f286c6989c8343c74 (diff)
parent5724481fdda01067d3bf4386a3dd07a541d16044 (diff)
Merge pull request #1287 from davidcunado-arm/dc/fix_misra
Update ULL() macro and instances of ull to comply with MISRA
Diffstat (limited to 'plat/arm')
-rw-r--r--plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.h b/plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.h
index f5f21788..aa896794 100644
--- a/plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.h
+++ b/plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.h
@@ -14,7 +14,7 @@
#define PWKUPR_OFF 0xc
#define PSYSR_OFF 0x10
-#define PWKUPR_WEN (1ull << 31)
+#define PWKUPR_WEN (1ULL << 31)
#define PSYSR_AFF_L2 (1 << 31)
#define PSYSR_AFF_L1 (1 << 30)