From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Pop Date: Thu, 06 Nov 2008 22:55:08 +0100 Subject: [U-Boot] [PATCH] AT91: Use AT91_CPU_CLOCK in displays In-Reply-To: <20081106192915.GE21565@game.jcrosoft.org> References: <1224605281-15379-1-git-send-email-stelian@popies.net> <1224605281-15379-2-git-send-email-stelian@popies.net> <20081106192915.GE21565@game.jcrosoft.org> Message-ID: <1226008508.7429.3.camel@galileo> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > corresponding board clocks. > > > > Signed-off-by: Stelian Pop > > --- > > common/lcd.c | 2 +- > > include/configs/at91cap9adk.h | 5 +++-- > > include/configs/at91sam9260ek.h | 6 ++++-- > > include/configs/at91sam9261ek.h | 5 +++-- > > include/configs/at91sam9263ek.h | 5 +++-- > > include/configs/at91sam9rlek.h | 5 +++-- > > 6 files changed, 17 insertions(+), 11 deletions(-) > failed to apply > > could you rebase it against u-boot-at91 Here it is. Thanks, Stelian. -----------------------------