summaryrefslogtreecommitdiff
path: root/plat/imx/imx8m/include/gpc.h
diff options
context:
space:
mode:
authorJacky Bai <ping.bai@nxp.com>2020-10-27 16:20:41 +0800
committerJacky Bai <ping.bai@nxp.com>2020-10-28 09:38:55 +0800
commitccf1c54f080009827f2b8dd34ed5eb8564bab8b6 (patch)
tree1a34ac214f44adc395f3810df9bd7aa9856d7ec2 /plat/imx/imx8m/include/gpc.h
parenta9ecd1f1ff6d213e4f13a35aa07a69445b6a1b55 (diff)
MLK-24923-01: Define the IRQ_IMR_NUM for each soc of imx8m separately
As the the number of IRQ IMR register on some i.MX8M SoC is different, define this macro in each SoC's dedicated header file. Signed-off-by: Jacky Bai <ping.bai@nxp.com> Reviewed-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'plat/imx/imx8m/include/gpc.h')
-rw-r--r--plat/imx/imx8m/include/gpc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plat/imx/imx8m/include/gpc.h b/plat/imx/imx8m/include/gpc.h
index 441c6f98..f7da5745 100644
--- a/plat/imx/imx8m/include/gpc.h
+++ b/plat/imx/imx8m/include/gpc.h
@@ -26,7 +26,6 @@
#define SLT_COREx_PUP(core_id) (0x2 << ((core_id) * 2))
#define SLT_COREx_PUP_ACK(core_id) ((core_id) < 2 ? (1 << ((core_id) + 16)) : (1 << ((core_id) + 27)))
-#define IRQ_IMR_NUM 4
#define IMR_MASK_ALL 0xffffffff
#define IMX_PD_DOMAIN(name) \