Re: [U-Boot] [PATCH] AT91: Use AT91_CPU_CLOCK in displays

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:55 Thu 06 Nov , Stelian Pop wrote: > Le jeudi 06 novembre 2008 à 20:29 +0100, Jean-Christophe > PLAGNIOL-VILLARD a écrit : > > On 18:07 Tue 21 Oct , Stelian Pop wrote: > > > Introduce AT91_CPU_CLOCK and use it for displaying the CPU > > > speed in the LCD driver. > > > > > > Also mak

Re: [U-Boot] [PATCH] AT91: Use AT91_CPU_CLOCK in displays

2008-11-06 Thread Stelian Pop
Le jeudi 06 novembre 2008 à 20:29 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit : > On 18:07 Tue 21 Oct , Stelian Pop wrote: > > Introduce AT91_CPU_CLOCK and use it for displaying the CPU > > speed in the LCD driver. > > > > Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the > > cor

Re: [U-Boot] [PATCH] AT91: Use AT91_CPU_CLOCK in displays

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:07 Tue 21 Oct , Stelian Pop wrote: > Introduce AT91_CPU_CLOCK and use it for displaying the CPU > speed in the LCD driver. > > Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the > corresponding board clocks. > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > common/lcd

[U-Boot] [PATCH] AT91: Use AT91_CPU_CLOCK in displays

2008-10-21 Thread Stelian Pop
Introduce AT91_CPU_CLOCK and use it for displaying the CPU speed in the LCD driver. Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the corresponding board clocks. Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- common/lcd.c|2 +- include/configs/at91cap9adk.h