summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>2018-12-13 13:48:04 +0000
committerPeter Maydell <peter.maydell@linaro.org>2018-12-13 13:48:04 +0000
commitf6ef171db84b49f17f6a1dd32a1ae3021e08efaa (patch)
tree809222b5236fa1f0ac2192c4423e2d9ee056011a
parentfb179055fe2344fb3a13e7c9638e51b5a159eae8 (diff)
downloadfocaccia-qemu-f6ef171db84b49f17f6a1dd32a1ae3021e08efaa.tar.gz
focaccia-qemu-f6ef171db84b49f17f6a1dd32a1ae3021e08efaa.zip
hw/arm: versal: Correct the nr of IRQs to 192
Correct the nr of IRQs to 192.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20181129163655.20370-5-edgar.iglesias@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--include/hw/arm/xlnx-versal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/arm/xlnx-versal.h b/include/hw/arm/xlnx-versal.h
index 76fb9de391..ec7c859d08 100644
--- a/include/hw/arm/xlnx-versal.h
+++ b/include/hw/arm/xlnx-versal.h
@@ -22,7 +22,7 @@
 #define XLNX_VERSAL_NR_ACPUS   2
 #define XLNX_VERSAL_NR_UARTS   2
 #define XLNX_VERSAL_NR_GEMS    2
-#define XLNX_VERSAL_NR_IRQS    256
+#define XLNX_VERSAL_NR_IRQS    192
 
 typedef struct Versal {
     /*< private >*/