In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]> > --- > drivers/pci/pci_auto.c | 2 +- > include/configs/BC3450.h | 1 + > include/configs/M54455EVB.h | 2 +- > include/configs/M5475EVB.h | 2 +- > include/configs/M5485EVB.h | 1 + > include/configs/PM520.h | 1 + > include/configs/TOP5200.h | 1 + > include/configs/TQM5200.h | 1 + > include/configs/Total5200.h | 1 + > include/configs/aev.h | 1 + > include/configs/cpci5200.h | 1 + > include/configs/hmi1001.h | 1 + > include/configs/inka4x0.h | 1 + > include/configs/jupiter.h | 1 + > include/configs/o2dnt.h | 1 + > include/configs/pf5200.h | 1 + > include/configs/spieval.h | 1 + > 17 files changed, 17 insertions(+), 3 deletions(-) > > diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c > index 1085a6c..a20b4e1 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; > > -#if defined(CONFIG_MPC5200) || defined(CONFIG_PCIAUTO_SKIP_HOST_BRIDGE) > +#ifdef CONFIG_PCIAUTO_SKIP_HOST_BRIDGE
Um... You would have to add CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to *all* board configurations that are based on a MPC5200 CPU, not just the small selection above. NAK. 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: [EMAIL PROTECTED] It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something. - Franklin D. Roosevelt ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users