projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb17905
)
hw/arm: versal: Correct the nr of IRQs to 192
author
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Thu, 13 Dec 2018 13:48:04 +0000
(13:48 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 13 Dec 2018 13:48:04 +0000
(13:48 +0000)
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>
include/hw/arm/xlnx-versal.h
patch
|
blob
|
history
diff --git
a/include/hw/arm/xlnx-versal.h
b/include/hw/arm/xlnx-versal.h
index 76fb9de3918e365abbd6d437535c245c9abb431a..ec7c859d08c2f33eb82c3f385dbf1f875da1e25d 100644
(file)
--- 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 >*/