qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH v1 4/4] hw/arm: versal: Correct the nr of IRQs to 192


From: Edgar E. Iglesias
Subject: [Qemu-arm] [PATCH v1 4/4] hw/arm: versal: Correct the nr of IRQs to 192
Date: Thu, 29 Nov 2018 17:36:55 +0100

From: "Edgar E. Iglesias" <address@hidden>

Correct the nr of IRQs to 192.

Signed-off-by: Edgar E. Iglesias <address@hidden>
---
 include/hw/arm/xlnx-versal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 >*/
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]