From: Anand Moon Date: Thu, 26 Dec 2019 11:33:52 +0000 (+0000) Subject: configs: meson64: enable GIC support for G12A/G12B X-Git-Tag: v2020.04-rc1~35^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=920c0d4523a846bd33ec6ca0cb27462cc01e33b5;p=oweals%2Fu-boot.git configs: meson64: enable GIC support for G12A/G12B Enable GIC support for G12A/G12B platform. Signed-off-by: Anand Moon Reviewed-by: Neil Armstrong Signed-off-by: Neil Armstrong --- diff --git a/include/configs/meson64.h b/include/configs/meson64.h index 736081277d..50707a3197 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 */