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 + + * Makefile.am: Remove unused file. + * pci/no_host_bridge.c: Removed. + 2008-10-02 Joel Sherrill * 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 -#include - -#include -#include -#include -#include -#include - -#include - -/* - * 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) -{ -}