mips/rbtx4938/include/bsp/irq.h: Fix redefinition of TX4938_IRQ_ACLCPMC

See the issue for a discussion and a link to CPU manual.

Closes #5278.
This commit is contained in:
Joel Sherrill
2025-06-21 10:26:09 -05:00
committed by Gedare Bloom
parent fc0542fa7a
commit 1b4f88baa3

View File

@@ -81,11 +81,11 @@
#define TX4938_IRQ_ACLC MIPS_INTERRUPT_BASE+24
#define TX4938_IRQ_ACLCPME MIPS_INTERRUPT_BASE+25
#define TX4938_IRQ_PCIC1NT MIPS_INTERRUPT_BASE+26
#define TX4938_IRQ_ACLCPME MIPS_INTERRUPT_BASE+27
#define TX4938_IRQ_DMAC10 MIPS_INTERRUPT_BASE+28
#define TX4938_IRQ_DMAC11 MIPS_INTERRUPT_BASE+29
#define TX4938_IRQ_DMAC12 MIPS_INTERRUPT_BASE+30
#define TX4938_IRQ_DMAC13 MIPS_INTERRUPT_BASE+31
#define TX4938_IRQ_DMAC10 MIPS_INTERRUPT_BASE+27
#define TX4938_IRQ_DMAC11 MIPS_INTERRUPT_BASE+28
#define TX4938_IRQ_DMAC12 MIPS_INTERRUPT_BASE+29
#define TX4938_IRQ_DMAC13 MIPS_INTERRUPT_BASE+30
#define TX4938_IRQ_SPI MIPS_INTERRUPT_BASE+31
#define TX4938_IRQ_SOFTWARE_1 MIPS_INTERRUPT_BASE+32
#define TX4938_IRQ_SOFTWARE_2 MIPS_INTERRUPT_BASE+33