Re: [U-Boot] [PATCH] mpc83xx: fix pcie configuration space read/write

2011-01-09 Thread Sergei Shtylyov
Hello. On 07-01-2011 15:29, 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 > --- > arch/powerpc/cpu/mpc83xx/pcie.c |8 ++-- > 1 fil

[U-Boot] [PATCH] mpc83xx: fix pcie configuration space read/write

2011-01-07 Thread Baidu Boy
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 --- arch/powerpc/cpu/mpc83xx/pcie.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch