summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plat/imx/imx8m/gpc_common.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/plat/imx/imx8m/gpc_common.c b/plat/imx/imx8m/gpc_common.c
index 85201f80..c6d9ffe3 100644
--- a/plat/imx/imx8m/gpc_common.c
+++ b/plat/imx/imx8m/gpc_common.c
@@ -24,7 +24,10 @@
#define M4_LPA_IDLE 0x0
#define LPA_STATUS U(0x94)
-static uint32_t gpc_imr_offset[] = { 0x30, 0x40, 0x1c0, 0x1d0, };
+static uint32_t gpc_imr_offset[] = {
+ IMR1_CORE0_A53, IMR1_CORE1_A53,
+ IMR1_CORE2_A53, IMR1_CORE3_A53,
+};
DEFINE_BAKERY_LOCK(gpc_lock);