diff options
author | Fabio Estevam | 2012-04-30 08:12:03 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-05-15 08:31:32 +0200 |
commit | 1fc56f1cb06a1d83bd90626677a236761e812324 (patch) | |
tree | e64e6bf2330ebf43b246a824b50c99ffbe45ff64 /include | |
parent | 70cc86a6307ab4de4a2cd1125e5b9c857242a4e3 (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>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx53loco.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index af59307293f..0778bde9776 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -27,7 +27,6 @@ #define CONFIG_SYS_MX5_HCLK 24000000 #define CONFIG_SYS_MX5_CLK32 32768 -#define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_MACH_TYPE MACH_TYPE_MX53_LOCO |