summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/motorola_powerpc/include/bsp/irq.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-04-10 17:43:47 -1000
committerChris Johns <chris@contemporary.net.au>2023-04-11 14:54:54 +1000
commit25e1a1140283e440d06d4af544d02a46997ba495 (patch)
treeae1cdada3cec425d17a5cc16b3012a8ecac2db87 /bsps/powerpc/motorola_powerpc/include/bsp/irq.h
parentbsps/motorola_powerpc: Add spec support for BSP defines (diff)
downloadrtems-25e1a1140283e440d06d4af544d02a46997ba495.tar.bz2
bsps/motorola_powerpc: Change defines from BSP names to avoid clash
- Change mvme2100 to mot_pcc_mvme2100 to avoid clashing with the RTEMS_BSP value for the BSP. You cannot have a define that is the BSP name.
Diffstat (limited to 'bsps/powerpc/motorola_powerpc/include/bsp/irq.h')
-rw-r--r--bsps/powerpc/motorola_powerpc/include/bsp/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/motorola_powerpc/include/bsp/irq.h b/bsps/powerpc/motorola_powerpc/include/bsp/irq.h
index fea2859c3e..74bda323eb 100644
--- a/bsps/powerpc/motorola_powerpc/include/bsp/irq.h
+++ b/bsps/powerpc/motorola_powerpc/include/bsp/irq.h
@@ -133,7 +133,7 @@ extern "C" {
#define BSP_PCI_ISA_BRIDGE_IRQ (BSP_PCI_IRQ0)
#endif
-#if defined(mvme2100)
+#if defined(mot_ppc_mvme2100)
#define BSP_DEC21143_IRQ (BSP_PCI_IRQ_LOWEST_OFFSET + 1)
#define BSP_PMC_PCMIP_TYPE1_SLOT0_IRQ (BSP_PCI_IRQ_LOWEST_OFFSET + 2)
#define BSP_PCMIP_TYPE1_SLOT1_IRQ (BSP_PCI_IRQ_LOWEST_OFFSET + 3)