qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [Qemu-devel] [PATCH v1 4/4] hw/arm: versal: Correct the n


From: Alistair Francis
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v1 4/4] hw/arm: versal: Correct the nr of IRQs to 192
Date: Thu, 29 Nov 2018 15:10:00 -0800

On Thu, Nov 29, 2018 at 8:40 AM Edgar E. Iglesias
<address@hidden> wrote:
>
> From: "Edgar E. Iglesias" <address@hidden>
>
> Correct the nr of IRQs to 192.
>
> Signed-off-by: Edgar E. Iglesias <address@hidden>

Reviewed-by: Alistair Francis <address@hidden>

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
>
>



reply via email to

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