[U-Boot-Users] [PATCH] ColdFire: Bypass pciauto skip probing Host Bridge

Wolfgang Denk wd at denx.de
Sat Jan 12 15:23:30 CET 2008


Hello,

in message <1200105779.22596.7.camel at Goku> you wrote:
> ColdFire: Bypass pciauto skip probing Host Bridge
...

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

We already have identical code which is currently #ifdef'ed  depnding
on  CONFIG_MPC5200;  instead  of duplicating the code, please make it
usable for all architectures (i. e. MPC5200), too.

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
One of the advantages of being a captain is being able to ask for ad-
vice without necessarily having to take it.
	-- Kirk, "Dagger of the Mind", stardate 2715.2




More information about the U-Boot mailing list