From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ashok Date: Sat, 23 Jun 2012 23:43:18 +0530 Subject: [U-Boot] [PATCH] mx53loco: use print_cpuinfo() defined in imx-common In-Reply-To: References: <4FE52817.1090803@gmail.com> Message-ID: <4FE6073E.3010100@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23-06-2012 21:05, Fabio Estevam wrote: > Hi Ashok, > > On Fri, Jun 22, 2012 at 11:21 PM, Ashok wrote: >> use print_cpuinfo() defined in imx-common/cpu.c, >> instead of duplicating function. > > The reason for duplicating this function is that we cannot print the > CPU info right in the beginning, because if we do so the frequency of > 800MHz would be reported, instead of the 1GHz that is only set later > via I2C commands to the PMIC. > > So, please let the code as is to avoid wrong CPU frequency to be reported. > > Regards, > > Fabio Estevam > Hi Fabio, Thanks for the information. Regards, Ashok