powerpc/nexus: Add legacy PCI support to PowerPC Motorola Shared BSP family

This commit is contained in:
Chris Johns
2020-10-20 12:35:22 +11:00
parent 7027254d29
commit c99a1ab00e
4 changed files with 10 additions and 2 deletions

View File

@@ -196,6 +196,10 @@ SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
RTEMS_BSD_DEFINE_NEXUS_DEVICE(fec, 0, 0, NULL);
SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
#endif
#elif defined(LIBBSP_POWERPC_MOTOROLA_POWERPC_BSP_H)
RTEMS_BSD_DRIVER_PC_LEGACY;
#endif /* LIBBSP_POWERPC_MOTOROLA_POWERPC_BSP_H */
#endif