Re: [U-Boot] [PATCH] ppc/8xxx: Misc DDR related fixes

2009-09-11 Thread Kumar Gala
On Sep 10, 2009, at 3:30 PM, Kumar Gala wrote: > * Fix setting of ESDMODE (MR1) register - the bit shifting was wrong > * Fix the format string to match size in a debug print > > Signed-off-by: Kumar Gala > --- > cpu/mpc8xxx/ddr/ctrl_regs.c| 10 +- > cpu/mpc8xxx/ddr/ddr3_dimm_pa

[U-Boot] [PATCH] ppc/8xxx: Misc DDR related fixes

2009-09-10 Thread Kumar Gala
* Fix setting of ESDMODE (MR1) register - the bit shifting was wrong * Fix the format string to match size in a debug print Signed-off-by: Kumar Gala --- cpu/mpc8xxx/ddr/ctrl_regs.c| 10 +- cpu/mpc8xxx/ddr/ddr3_dimm_params.c |4 ++-- 2 files changed, 7 insertions(+), 7 dele