summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnand Moon <[email protected]>2019-12-26 11:33:52 +0000
committerNeil Armstrong <[email protected]>2020-01-07 14:50:41 +0100
commit920c0d4523a846bd33ec6ca0cb27462cc01e33b5 (patch)
treed52d659c35a9ca9c5c68fa85380637d1c8e4ada2 /include
parent9c84c21009351e40288297263541ee1eda567f72 (diff)
configs: meson64: enable GIC support for G12A/G12B
Enable GIC support for G12A/G12B platform. Signed-off-by: Anand Moon <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/meson64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index 736081277d4..50707a31978 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -8,7 +8,7 @@
#define __MESON64_CONFIG_H
/* Generic Interrupt Controller Definitions */
-#if defined(CONFIG_MESON_AXG)
+#if (defined(CONFIG_MESON_AXG) || defined(CONFIG_MESON_G12A))
#define GICD_BASE 0xffc01000
#define GICC_BASE 0xffc02000
#else /* MESON GXL and GXBB */