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:28:05 +00:00
parent 8b6c49d59c
commit ba3f9cf6ba
3 changed files with 6 additions and 31 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

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

View File

@@ -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)
{
}