commit | 6902df56a0b493f369153b09d11afcd74a580561 | [log] [tgz] |
---|---|---|
author | Rafal Jaworowski <raj@pollux.denx.de> | Mon Oct 17 02:39:53 2005 +0200 |
committer | Rafal Jaworowski <raj@pollux.denx.de> | Mon Oct 17 02:39:53 2005 +0200 |
tree | 1f52eec48325cca757cf2ea3d65a448cbecaec9d | |
parent | 326bf40fb7a4862da5dcc4e166721633b3422835 [diff] [blame] |
Add PCI support for the TQM834x board.
diff --git a/drivers/pci.c b/drivers/pci.c index c618f5b..5360030 100644 --- a/drivers/pci.c +++ b/drivers/pci.c
@@ -142,7 +142,7 @@ if (bus >= hose->first_busno && bus <= hose->last_busno) return hose; - debug ("pci_bus_to_hose() failed\n"); + printf("pci_bus_to_hose() failed\n"); return NULL; }