Re: [U-Boot] [PATCH 4/4] powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134

2011-03-22 Thread Kumar Gala
On Mar 17, 2011, at 3:58 PM, Kumar Gala wrote: > From: York Sun > > The fix for errata workaround is to avoid covering physical address > 0xff00 to 0x during the implementation. > > Signed-off-by: York Sun > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/ddr-gen3.c |

[U-Boot] [PATCH 4/4] powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134

2011-03-17 Thread Kumar Gala
From: York Sun The fix for errata workaround is to avoid covering physical address 0xff00 to 0x during the implementation. Signed-off-by: York Sun Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/ddr-gen3.c | 41 +++ 1 files changed, 41 inse