commit | 5bba013622b119b68411711f65ce4b105198d2f3 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon Apr 30 08:12:03 2012 +0000 |
committer | John Rigby <john.rigby@linaro.org> | Wed May 02 19:44:15 2012 -0600 |
tree | 7ce6c8bd57e6facc94be564d9c6393f6f2f074a4 | |
parent | 9b977cb408745db434a35592a2fdca161a6e27b0 [diff] |
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>