Re: [U-Boot] [PATCH] mx28: Show CPU frequency

2012-01-24 Thread Stefano Babic
On 23/01/2012 03:38, Fabio Estevam wrote: > Showing CPU frequency during boot is useful information. > > Signed-off-by: Fabio Estevam > --- > 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 >

Re: [U-Boot] [PATCH] mx28: Show CPU frequency

2012-01-23 Thread Marek Vasut
> On 23/01/2012 16:52, Fabio Estevam wrote: > > On 1/23/12, Marek Vasut 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

Re: [U-Boot] [PATCH] mx28: Show CPU frequency

2012-01-23 Thread Stefano Babic
On 23/01/2012 16:52, Fabio Estevam wrote: > On 1/23/12, Marek Vasut 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_c

Re: [U-Boot] [PATCH] mx28: Show CPU frequency

2012-01-23 Thread Fabio Estevam
On 1/23/12, Marek Vasut 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("F

Re: [U-Boot] [PATCH] mx28: Show CPU frequency

2012-01-22 Thread Marek Vasut
> Showing CPU frequency during boot is useful information. > > Signed-off-by: Fabio Estevam > --- > 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

[U-Boot] [PATCH] mx28: Show CPU frequency

2012-01-22 Thread Fabio Estevam
Showing CPU frequency during boot is useful information. Signed-off-by: Fabio Estevam --- 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