[U-Boot] [PATCH] mx53loco: use print_cpuinfo() defined in imx-common

Fabio Estevam festevam at gmail.com
Sat Jun 23 17:35:00 CEST 2012


Hi Ashok,

On Fri, Jun 22, 2012 at 11:21 PM, Ashok <ashokkourla2000 at gmail.com> 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


More information about the U-Boot mailing list