]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx53loco: Allow to print CPU information at a later stage
authorFabio Estevam <festevam@gmail.com>
Mon, 30 Apr 2012 08:12:03 +0000 (08:12 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:32 +0000 (08:31 +0200)
commit1fc56f1cb06a1d83bd90626677a236761e812324
treee64e6bf2330ebf43b246a824b50c99ffbe45ff64
parent70cc86a6307ab4de4a2cd1125e5b9c857242a4e3
mx53loco: Allow to print CPU information at a later stage

Print CPU information within board_late_init().

This is in preparation for adding 1GHz support, which requires programming a PMIC
via I2C. As I2C is only available after relocation, print the CPU information
later at board_late_init(), so that the CPU frequency can be printed correctly.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/imx-common/cpu.c
arch/arm/include/asm/arch-mx5/sys_proto.h
board/freescale/mx53loco/mx53loco.c
include/configs/mx53loco.h