[U-Boot-Users] Add CONFIG_SKIPPCI_HOSTBRIDGE in pci_auto.c

Liew Tsi Chung Tsi-chung.Liew at freescale.com
Thu Jan 10 01:23:45 CET 2008


Hi All,

	One of my patches will be adding the following lines to the
pci_auto.c to bypass the coldfire pci host bridge to prevent configuring
itself rather than the pci device.

403a404,409
#ifdef CONFIG_SKIPPCI_HOSTBRIDGE
	case PCI_CLASS_BRIDGE_OTHER:
		DEBUGF("PCI Autoconfig: Skipping bridge device %d\n",
		       PCI_DEV(dev));
		break;
#endif

	If no comments, this patch will apply.

Regards,
TsiChung




More information about the U-Boot mailing list