aboutsummaryrefslogtreecommitdiff
path: root/plat/brcm/board/stingray/src/brcm_pm_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/brcm/board/stingray/src/brcm_pm_ops.c')
-rw-r--r--plat/brcm/board/stingray/src/brcm_pm_ops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/brcm/board/stingray/src/brcm_pm_ops.c b/plat/brcm/board/stingray/src/brcm_pm_ops.c
index 03a604c15..5e07fac08 100644
--- a/plat/brcm/board/stingray/src/brcm_pm_ops.c
+++ b/plat/brcm/board/stingray/src/brcm_pm_ops.c
@@ -6,6 +6,7 @@
#include <assert.h>
#include <errno.h>
+#include <inttypes.h>
#include <arch_helpers.h>
#include <common/debug.h>
@@ -119,7 +120,7 @@ static void brcm_power_down_common(void)
standbywfil2 = CDRU_PROC_EVENT_CLEAR__IH3_CDRU_STANDBYWFIL2;
break;
default:
- ERROR("Invalid cluster #%llx\n", MPIDR_AFFLVL1_VAL(mpidr));
+ ERROR("Invalid cluster #%" PRIx64 "\n", MPIDR_AFFLVL1_VAL(mpidr));
return;
}
/* Clear the WFI status bit */