From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Date: Fri, 7 Oct 2011 08:37:56 -0400 Subject: [U-Boot] RFC [PATCH 2/5] arm/kirkwood: print speeds with cpu info. In-Reply-To: <20111006181336.6EA09140874A@gemini.denx.de> References: <05ec95501d6c02ffeb1bc38d09fdca99142956a3.1307979826.git.u-boot@lakedaemon.net> <1311715171-13128-2-git-send-email-u-boot@lakedaemon.net> <20111006181336.6EA09140874A@gemini.denx.de> Message-ID: <20111007123756.GG31288@titan.lakedaemon.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, On Thu, Oct 06, 2011 at 08:13:36PM +0200, Wolfgang Denk wrote: > In message <1311715171-13128-2-git-send-email-u-boot@lakedaemon.net> you wrote: > ... > > + printf("CPU running @ %dMHz L2 running @ %dMHz\n", > > + cpu_clk, l2_clk); > > + printf("SysClock = %dMHz, TClock = %dMHz\n", > > + sys_clk, t_clk / 1000000); > > Please use strmhz() to format the frequencies. Will do, however, please be aware that this patch has been set aside. I not familiar enough with all the variants to do it properly, and it was purely informative. If somebody expresses an interest, or offers to help, I'll resume work on it at a later date. thx, Jason.