bsps/zynqmp: Use correct number of interrupts

GICv2 can support up to 1024 interrupts, but ZynqMP hardware is only
configured for 192 interrupts.
This commit is contained in:
Kinsey Moore
2021-09-18 20:09:17 -05:00
committed by Joel Sherrill
parent e3971de417
commit 5ffc01fb97

View File

@@ -48,7 +48,7 @@
extern "C" {
#endif /* __cplusplus */
#define BSP_INTERRUPT_VECTOR_COUNT 1024
#define BSP_INTERRUPT_VECTOR_COUNT 192
/* Interrupts vectors */
#define BSP_TIMER_VIRT_PPI 27