2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am: Remove unused file.
	* pci/no_host_bridge.c: Removed.
This commit is contained in:
Joel Sherrill
2008-10-03 16:29:13 +00:00
parent 91a1e2ee83
commit 127d0a448f
3 changed files with 6 additions and 26 deletions

View File

@@ -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.

View File

@@ -41,7 +41,7 @@ include_bsp_HEADERS = ../../powerpc/shared/pci/pci.h \
../../shared/include/irq-generic.h \
include/irq-config.h
pci_SOURCES = pci/no_host_bridge.c ../../powerpc/shared/pci/pci.c \
pci_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 \

View File

@@ -1,25 +0,0 @@
/*
* detect_host_bridge.c
*
* $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)
{
}