summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2006-06-19 11:02:41 +0200
committerHeiko Schocher <hs@pollux.denx.de>2006-06-19 11:02:41 +0200
commitf5e0d03970409feb3c77ab0107d5dece6b7d45c9 (patch)
treef266977a3c4ca8640df1f44513bf11c637aab9d3 /drivers
parent8d352247ecf3638cdd1ef7df31a6ad700bb80574 (diff)
downloadblackbird-obmc-uboot-f5e0d03970409feb3c77ab0107d5dece6b7d45c9.tar.gz
blackbird-obmc-uboot-f5e0d03970409feb3c77ab0107d5dece6b7d45c9.zip
Add support for wrPPMC7xx/74xx boards
Patch from Richard Danter, 12 Aug 2005
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci.c b/drivers/pci.c
index 3c24b99c37..050582f782 100644
--- a/drivers/pci.c
+++ b/drivers/pci.c
@@ -163,7 +163,7 @@ pci_dev_t pci_find_devices(struct pci_device_id *ids, int index)
for (bus = hose->first_busno; bus <= hose->last_busno; bus++)
#endif
for (bdf = PCI_BDF(bus,0,0);
-#ifdef CONFIG_ELPPC
+#if defined(CONFIG_ELPPC) || defined(CONFIG_PPMC7XX)
bdf < PCI_BDF(bus,PCI_MAX_PCI_DEVICES-1,PCI_MAX_PCI_FUNCTIONS-1);
#else
bdf < PCI_BDF(bus+1,0,0);
OpenPOWER on IntegriCloud