On Thu, Nov 29, 2018 at 8:40 AM Edgar E. Iglesias <edgar.igles...@gmail.com> wrote: > > From: "Edgar E. Iglesias" <edgar.igles...@xilinx.com> > > Correct the nr of IRQs to 192. > > Signed-off-by: Edgar E. Iglesias <edgar.igles...@xilinx.com>
Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > 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 > >