From: Michal Simek Date: Mon, 21 Jul 2014 14:33:25 +0000 (+0200) Subject: zynqmp: Specify proper GIC addresses to match RTL 3.1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48ea5f708a9f179179e71d102f93c36173ebd142;p=thirdparty%2Fu-boot.git zynqmp: Specify proper GIC addresses to match RTL 3.1 Change ARM GIC addresses and version. Signed-off-by: Michal Simek --- 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