Re: [U-Boot-Users] [PATCH v2] 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it

2008-06-03 Thread Andy Fleming
On Thu, May 29, 2008 at 1:21 AM, Kumar Gala <[EMAIL PROTECTED]> wrote: > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > > Fix warning that the first version introduced. applied, gracias - Check out the new SourceForge

[U-Boot-Users] [PATCH v2] 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it

2008-05-28 Thread Kumar Gala
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- Fix warning that the first version introduced. - k cpu/mpc85xx/cpu.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c index 9873383..58d23f4 100644 --- a/cpu/mpc85xx/cpu.c +++