mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 09:03:33 +00:00
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:
committed by
Joel Sherrill
parent
e3971de417
commit
5ffc01fb97
@@ -48,7 +48,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#define BSP_INTERRUPT_VECTOR_COUNT 1024
|
#define BSP_INTERRUPT_VECTOR_COUNT 192
|
||||||
|
|
||||||
/* Interrupts vectors */
|
/* Interrupts vectors */
|
||||||
#define BSP_TIMER_VIRT_PPI 27
|
#define BSP_TIMER_VIRT_PPI 27
|
||||||
|
|||||||
Reference in New Issue
Block a user