Re: [U-Boot] [PATCH] Fix the local bus divider mapping

2010-01-25 Thread Kumar Gala
On Nov 17, 2009, at 6:49 AM, Dave Liu wrote: > The real clock divider is 4 times of the bits LCRR[CLKDIV], > according the latest RevF RM. > > Signed-off-by: Dave Liu > --- > cpu/mpc85xx/speed.c |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) applied - k

[U-Boot] [PATCH] Fix the local bus divider mapping

2009-11-17 Thread Dave Liu
The real clock divider is 4 times of the bits LCRR[CLKDIV], according the latest RevF RM. Signed-off-by: Dave Liu --- cpu/mpc85xx/speed.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/cpu/mpc85xx/speed.c b/cpu/mpc85xx/speed.c index 7959082..89ecc87 100644 --- a/c