Re: [U-Boot] [PATCH] fsl_ifc:Fixed a bug in the erratum handling code for IFC_A003399

2011-11-08 Thread Kumar Gala
On Nov 1, 2011, at 8:28 AM, Poonam Aggrwal wrote: > Wrong pointer was being used to copy code into L2SRAM. > Also removed the unreferenced variable l2srbar. > Signed-off-by: Poonam Aggrwal > --- > Thanks Wolfgang and Kumar for identifying the issue. > arch/powerpc/cpu/mpc85xx/cpu_init_early.c |

[U-Boot] [PATCH] fsl_ifc:Fixed a bug in the erratum handling code for IFC_A003399

2011-11-01 Thread Poonam Aggrwal
Wrong pointer was being used to copy code into L2SRAM. Also removed the unreferenced variable l2srbar. Signed-off-by: Poonam Aggrwal --- Thanks Wolfgang and Kumar for identifying the issue. arch/powerpc/cpu/mpc85xx/cpu_init_early.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) di