summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-03 16:28:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-03 16:28:05 +0000
commitba3f9cf6ba80d8c395161d7cd5d4ca3e94f7d474 (patch)
tree14a8485ab255a1c61544e564cc1dc8cf349f4efd /c/src/lib/libbsp/powerpc
parent2008-10-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ba3f9cf6ba80d8c395161d7cd5d4ca3e94f7d474.tar.bz2
2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Remove unused file. * pci/no_host_bridge.c: Removed.
Diffstat (limited to 'c/src/lib/libbsp/powerpc')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/Makefile.am2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c30
3 files changed, 6 insertions, 31 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
index ed86fa4036..a86788ab3c 100644
--- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am: Remove unused file.
+ * pci/no_host_bridge.c: Removed.
+
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* preinstall.am: Regenerated.
diff --git a/c/src/lib/libbsp/powerpc/score603e/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/Makefile.am
index e8a993f104..4aa4420be1 100644
--- a/c/src/lib/libbsp/powerpc/score603e/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/score603e/Makefile.am
@@ -53,7 +53,7 @@ include_bsp_HEADERS = ../../powerpc/shared/pci/pci.h \
../../powerpc/shared/console/consoleIo.h \
../../shared/include/irq-generic.h include/irq-config.h
# pci
-libbsp_a_SOURCES += pci/no_host_bridge.c ../../powerpc/shared/pci/pci.c \
+libbsp_a_SOURCES += ../../powerpc/shared/pci/pci.c \
../../powerpc/shared/pci/pcifinddevice.c PCI_bus/PCI.c PCI_bus/universe.c
include_bsp_HEADERS += irq/irq.h \
diff --git a/c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c b/c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c
deleted file mode 100644
index 885ca69536..0000000000
--- a/c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * COPYRIGHT (c) 1989-2008.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#include <libcpu/io.h>
-#include <libcpu/spr.h>
-
-#include <bsp.h>
-#include <bsp/pci.h>
-#include <bsp/consoleIo.h>
-#include <bsp/residual.h>
-#include <bsp/openpic.h>
-
-#include <rtems/bspIo.h>
-
-/*
- * For the 8240 and the 8245 there is no host bridge the
- * Open PIC device is built into the processor chip.
- */
-
-void detect_host_bridge(void)
-{
-}