Re: [U-Boot] [PATCH] MX25 print arm clock instead of mpllclk on boot

2010-04-08 Thread Stefano Babic
John Rigby wrote: > Replace call to imx_get_mpllclk with imx_get_armclk > to show frequency of ARM core instead of mpll internal > bus in print_cpuinfo. > > Signed-off-by: John Rigby > CC: Stefano Babic > --- > cpu/arm926ejs/mx25/generic.c |2 +- > 1 files changed, 1 insertions(+), 1 deleti

[U-Boot] [PATCH] MX25 print arm clock instead of mpllclk on boot

2010-04-07 Thread John Rigby
Replace call to imx_get_mpllclk with imx_get_armclk to show frequency of ARM core instead of mpll internal bus in print_cpuinfo. Signed-off-by: John Rigby CC: Stefano Babic --- cpu/arm926ejs/mx25/generic.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/arm926ejs/m