Hello.

On 07-01-2011 15:42, Baidu Boy wrote:

> This patch fix a problem for the pcie enumeration when the mpc83xx pcie 
> controller
> is connected with switch or we use both of the two pcie controller.

> Signed-off-by: Baidu Boy<liucai....@gmail.com>
> ---
> Changes for v2:
>       - Avoid line wrap in the patch

>   arch/powerpc/cpu/mpc83xx/pcie.c |    8 ++++++--
>   1 files changed, 6 insertions(+), 2 deletions(-)

> diff --git a/arch/powerpc/cpu/mpc83xx/pcie.c b/arch/powerpc/cpu/mpc83xx/pcie.c
> index 46a706d..2a200b8 100644
> --- a/arch/powerpc/cpu/mpc83xx/pcie.c
> +++ b/arch/powerpc/cpu/mpc83xx/pcie.c
[...]
> @@ -324,6 +326,8 @@ void mpc83xx_pcie_init(int num_buses, struct pci_region 
> **reg)
>               num_buses = ARRAY_SIZE(mpc83xx_pcie_cfg_space);
>       }
>
> -     for (i = 0; i<  num_buses; i++)
> +     for (i = 0; i<  num_buses; i++){

    There should be space between ) and {.

> +             pcie_index = i;
>               mpc83xx_pcie_init_bus(i, reg[i]);
> +     }
>   }

WBR, Sergei
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to