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 d164b840c3
commit bff15c3326
4 changed files with 10 additions and 2 deletions

View File

@@ -205,6 +205,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