On 17:08 Mon 17 Mar     , Tsi-Chung Liew wrote:
> Provide common configuration in pciauto_config_device() usable for
> all architectures
> 
> Signed-off-by: TsiChung Liew <[EMAIL PROTECTED]>
> ---
>  drivers/pci/pci_auto.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> 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

Best Regards
J.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to