mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
fb179055fe
commit
f6ef171db8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
#define XLNX_VERSAL_NR_ACPUS 2
|
#define XLNX_VERSAL_NR_ACPUS 2
|
||||||
#define XLNX_VERSAL_NR_UARTS 2
|
#define XLNX_VERSAL_NR_UARTS 2
|
||||||
#define XLNX_VERSAL_NR_GEMS 2
|
#define XLNX_VERSAL_NR_GEMS 2
|
||||||
#define XLNX_VERSAL_NR_IRQS 256
|
#define XLNX_VERSAL_NR_IRQS 192
|
||||||
|
|
||||||
typedef struct Versal {
|
typedef struct Versal {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue