summaryrefslogtreecommitdiff
path: root/plat/freescale/common/imx8_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'plat/freescale/common/imx8_helpers.S')
-rw-r--r--plat/freescale/common/imx8_helpers.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/freescale/common/imx8_helpers.S b/plat/freescale/common/imx8_helpers.S
index 091d60a5..f2da325d 100644
--- a/plat/freescale/common/imx8_helpers.S
+++ b/plat/freescale/common/imx8_helpers.S
@@ -74,7 +74,7 @@
*/
func plat_is_my_cpu_primary
mrs x0, mpidr_el1
- and x0, x0, #(MPIDR_CLUSTER_MASK | MPIDR_CPU_MASK)
+ and x0, x0, #(MPIDR_CPU_MASK)
cmp x0, #PLAT_PRIMARY_CPU
cset x0, eq
ret