[U-Boot-Users] [PATCH] Add support CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in pci_auto.c
Tsi-Chung Liew
Tsi-Chung.Liew at freescale.com
Mon Mar 17 23:08:27 CET 2008
Provide common configuration in pciauto_config_device() usable for
all architectures
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew at freescale.com>
---
drivers/pci/pci_auto.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c
index acfda83..1085a6c 100644
--- a/drivers/pci/pci_auto.c
+++ b/drivers/pci/pci_auto.c
@@ -383,7 +383,7 @@ int pciauto_config_device(struct pci_controller *hose, pci_dev_t dev)
hose->current_busno++;
break;
-#ifdef CONFIG_MPC5200
+#if defined(CONFIG_MPC5200) || defined(CONFIG_PCIAUTO_SKIP_HOST_BRIDGE)
case PCI_CLASS_BRIDGE_OTHER:
DEBUGF("PCI Autoconfig: Skipping bridge device %d\n",
PCI_DEV(dev));
--
1.5.4.1
More information about the U-Boot
mailing list