[PATCH 3/4] powerpc/motorola_powerpc: Enable bus PCI support in LibBSD

chrisj at rtems.org chrisj at rtems.org
Mon Feb 15 22:45:19 UTC 2021


From: Chris Johns <chrisj at rtems.org>

Updates #4245
---
 bsps/powerpc/motorola_powerpc/include/bsp.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bsps/powerpc/motorola_powerpc/include/bsp.h b/bsps/powerpc/motorola_powerpc/include/bsp.h
index 62e740272a..af0e71471e 100644
--- a/bsps/powerpc/motorola_powerpc/include/bsp.h
+++ b/bsps/powerpc/motorola_powerpc/include/bsp.h
@@ -115,6 +115,10 @@ extern "C" {
 #endif
 #endif
 
+/*
+ * The BSP has PCI devices. Enable support in LibBSD.
+ */
+#define BSP_HAS_PCI
 
 /*
  *  Base address definitions for several devices
-- 
2.24.1



More information about the devel mailing list