From 48ea5f708a9f179179e71d102f93c36173ebd142 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 21 Jul 2014 16:33:25 +0200 Subject: [PATCH] zynqmp: Specify proper GIC addresses to match RTL 3.1 Change ARM GIC addresses and version. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index bbb98c1b224..e510d95004b 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -20,8 +20,9 @@ #define XILINX_ZYNQMP /* Generic Interrupt Controller Definitions */ -#define GICD_BASE 0xFD3FF000 -#define GICC_BASE 0xFD3FE100 +#define CONFIG_GICV2 +#define GICD_BASE 0xF9001000 +#define GICC_BASE 0xF9002000 /* Physical Memory Map */ #define CONFIG_NR_DRAM_BANKS 1 -- 2.47.3