summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2017-08-28 15:12:19 +0300
committerKostya Porotchkin <kostap@marvell.com>2017-08-28 16:30:56 +0300
commit0a488dab524124f75f11f8ce43e04c94439becf7 (patch)
tree668f21d5cda3c5a2046ffe4ec9d78e2c524e70b6
parent419f217f2299e21d3914d0e3f9c85245fa880cf7 (diff)
fix: a8k: Correct bad IRQ mapping macros
Corect wrongly defined PLAT_MARVELL_G0_IRQS and PLAT_MARVELL_G1S_IRQS macros in A8K platform common files Change-Id: Ic538f448188cbfb86703074658e7b9b0b6b7debf Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/43453 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Hanna Hawa <hannah@marvell.com>
-rw-r--r--plat/marvell/a8k/common/include/platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/marvell/a8k/common/include/platform_def.h b/plat/marvell/a8k/common/include/platform_def.h
index 3683c6c7..cb87cf82 100644
--- a/plat/marvell/a8k/common/include/platform_def.h
+++ b/plat/marvell/a8k/common/include/platform_def.h
@@ -155,8 +155,8 @@
#define PLAT_MARVELL_GICD_BASE (MVEBU_REGS_BASE + MVEBU_GICD_BASE)
#define PLAT_MARVELL_GICC_BASE (MVEBU_REGS_BASE + MVEBU_GICC_BASE)
-#define PLAT_MARVELL_G0_IRQS MARVELL_G1S_IRQS
-#define PLAT_MARVELL_G1S_IRQS MARVELL_G0_IRQS
+#define PLAT_MARVELL_G0_IRQS MARVELL_G0_IRQS
+#define PLAT_MARVELL_G1S_IRQS MARVELL_G1S_IRQS
#define PLAT_MARVELL_SHARED_RAM_CACHED 1