[U-Boot-Users] [PATCH] Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards

Wolfgang Denk wd at denx.de
Wed Mar 26 00:20:24 CET 2008


In message <1206055920-17545-1-git-send-email-Tsi-Chung.Liew at freescale.com> you wrote:
> Signed-off-by: TsiChung Liew <Tsi-Chung.Liew at freescale.com>
> ---
>  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: wd at denx.de
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




More information about the U-Boot mailing list