From patchwork Wed Apr 10 22:12:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: man.huber@arcor.de X-Patchwork-Id: 235497 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id D9D4F2C009D for ; Thu, 11 Apr 2013 08:12:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 782614A021; Thu, 11 Apr 2013 00:12:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id slWgUZQ2olKS; Thu, 11 Apr 2013 00:12:44 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B70394A023; Thu, 11 Apr 2013 00:12:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F38EA4A023 for ; Thu, 11 Apr 2013 00:12:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id adKNoLCJcJdb for ; Thu, 11 Apr 2013 00:12:40 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by theia.denx.de (Postfix) with ESMTPS id 10A774A021 for ; Thu, 11 Apr 2013 00:12:36 +0200 (CEST) Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mx.arcor.de (Postfix) with ESMTP id 97E0A2FF0D; Thu, 11 Apr 2013 00:12:36 +0200 (CEST) Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id 91B1C6F23F3; Thu, 11 Apr 2013 00:12:36 +0200 (CEST) X-Greylist: Passed host: 88.65.41.105 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-11.arcor-online.net 564D635A29C DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1365631956; bh=JPyvI+7Fsa6ttigt/I09X06EAXahDQ55qh7hSLbWzO8=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ULVWf69SpVVMvW7Ms5v/hL/Fdh7Ql4VahpmuMxLrNUn4v2540vxa+M554btJ5zuiA E/m9KFasfUaHpiL1cKVsEWjO3La62q3AYtt5Y+jP3mWFf1ATrGWEjGYv6ZA68ofnow p+CJmAhJXNhemavHqVtnZNU4l+GPIkOIYyu+rSDs= X-Greylist: Passed host: 88.65.41.105 Received: from [192.168.2.103] (dslb-088-065-041-105.pools.arcor-ip.net [88.65.41.105]) (Authenticated sender: man.huber@arcor.de) by mail-in-11.arcor-online.net (Postfix) with ESMTPA id 564D635A29C; Thu, 11 Apr 2013 00:12:36 +0200 (CEST) Message-ID: <5165E3C1.8000408@arcor.de> Date: Thu, 11 Apr 2013 00:12:17 +0200 From: Manfred Huber User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Tom Rini References: <1679653192.50708.1361970554739.JavaMail.ngmail@webmail21.arcor-online.net> <51447012.6010303@arcor.de> <20130319144957.GF25919@bill-the-cat> In-Reply-To: Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH v1 1/1] omap3: Display MHz instead of mHz on the console X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The processor is hopefully running with M(ega)Hz and not with m(illi)Hz. Signed-off-by: Manfred Huber --- arch/arm/cpu/armv7/omap3/sys_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv7/omap3/sys_info.c b/arch/arm/cpu/armv7/omap3/sys_info.c index 3c80113..08a63d2 100644 --- a/arch/arm/cpu/armv7/omap3/sys_info.c +++ b/arch/arm/cpu/armv7/omap3/sys_info.c @@ -299,9 +299,9 @@ int print_cpuinfo (void) } if ((get_cpu_rev() >= CPU_3XX_ES31) && (get_sku_id() == SKUID_CLK_720MHZ)) - max_clk = "720 mHz"; + max_clk = "720 MHz"; else - max_clk = "600 mHz"; + max_clk = "600 MHz"; break; case CPU_AM35XX: