aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx5/sys_proto.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2012-04-30 08:12:03 +0000
committerJohn Rigby <john.rigby@linaro.org>2012-05-02 19:44:15 -0600
commit5bba013622b119b68411711f65ce4b105198d2f3 (patch)
tree7ce6c8bd57e6facc94be564d9c6393f6f2f074a4 /arch/arm/include/asm/arch-mx5/sys_proto.h
parent9b977cb408745db434a35592a2fdca161a6e27b0 (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>
Diffstat (limited to 'arch/arm/include/asm/arch-mx5/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-mx5/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx5/sys_proto.h b/arch/arm/include/asm/arch-mx5/sys_proto.h
index 3f10d2914..7b5246eea 100644
--- a/arch/arm/include/asm/arch-mx5/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx5/sys_proto.h
@@ -37,5 +37,6 @@ void set_chipselect_size(int const);
int fecmxc_initialize(bd_t *bis);
u32 get_ahb_clk(void);
u32 get_periph_clk(void);
+char *get_reset_cause(void);
#endif