
23 Jan
2012
23 Jan
'12
4:52 p.m.
On 1/23/12, Marek Vasut marek.vasut@gmail.com wrote:
Just put it amongst the other frequencies displayed by the clock command.
What about this?
--- a/arch/arm/cpu/arm926ejs/mx28/mx28.c +++ b/arch/arm/cpu/arm926ejs/mx28/mx28.c @@ -170,6 +170,7 @@ int arch_cpu_init(void) int print_cpuinfo(void) { printf("Freescale i.MX28 family\n"); + do_mx28_showclocks(); return 0; } #endif
It will print a lot more info though.
Regards,
Fabio Estevam