> Showing CPU frequency during boot is useful information. > > Signed-off-by: Fabio Estevam <fabio.este...@freescale.com> > --- > arch/arm/cpu/arm926ejs/mx28/mx28.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/cpu/arm926ejs/mx28/mx28.c > b/arch/arm/cpu/arm926ejs/mx28/mx28.c index da90360..683777f 100644 > --- a/arch/arm/cpu/arm926ejs/mx28/mx28.c > +++ b/arch/arm/cpu/arm926ejs/mx28/mx28.c > @@ -169,7 +169,8 @@ int arch_cpu_init(void) > #if defined(CONFIG_DISPLAY_CPUINFO) > int print_cpuinfo(void) > { > - printf("Freescale i.MX28 family\n"); > + printf("Freescale i.MX28 family at %d MHz\n", > + mxc_get_clock(MXC_ARM_CLK) / 1000000); > return 0; > } > #endif
Just put it amongst the other frequencies displayed by the clock command. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot