[U-Boot-Users] [PATCH] Add support CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in pci_auto.c
Liew Tsi Chung
Tsi-chung.Liew at freescale.com
Wed Mar 19 19:45:49 CET 2008
I will change it at the later patch with three CF EVBs.
Regards,
TsiChung
-----Original Message-----
From: Stefan Roese [mailto:sr at denx.de]
Sent: Wednesday, March 19, 2008 3:34 AM
To: u-boot-users at lists.sourceforge.net
Cc: Jean-Christophe PLAGNIOL-VILLARD; Liew Tsi Chung; Wolfgang Denx;
Rigby John
Subject: Re: [U-Boot-Users] [PATCH] Add support
CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in pci_auto.c
On Wednesday 19 March 2008, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > 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)
>
> I think that you can remove the CONFIG_MPC5200 and define it in the
> configs of the boards
That would be the optimal version of course.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
More information about the U-Boot
mailing list