[U-Boot-Users] [PATCH] ColdFire: Bypass pciauto skip probing Host Bridge
TsiChung Liew
Tsi-Chung.Liew at freescale.com
Sat Jan 12 03:42:59 CET 2008
ColdFire: Bypass pciauto skip probing Host Bridge
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew at freescale.com>
---
drivers/pci/pci_auto.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c
index acfda83..3f67191 100644
--- a/drivers/pci/pci_auto.c
+++ b/drivers/pci/pci_auto.c
@@ -389,6 +389,12 @@ int pciauto_config_device(struct pci_controller
*hose, pci_dev_t dev)
PCI_DEV(dev));
break;
#endif
+#ifdef CONFIG_SKIPPCI_HOSTBRIDGE
+ case PCI_CLASS_BRIDGE_OTHER:
+ DEBUGF("PCI Autoconfig: Skipping bridge device %d\n",
+ PCI_DEV(dev));
+ break;
+#endif
#ifdef CONFIG_MPC834X
case PCI_CLASS_BRIDGE_OTHER:
/*
--
1.5.2
More information about the U-Boot
mailing list