summaryrefslogtreecommitdiff
path: root/cpu/arm1136/mx31/generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm1136/mx31/generic.c')
-rw-r--r--cpu/arm1136/mx31/generic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm1136/mx31/generic.c b/cpu/arm1136/mx31/generic.c
index 1415d6c..67c0cc6 100644
--- a/cpu/arm1136/mx31/generic.c
+++ b/cpu/arm1136/mx31/generic.c
@@ -95,6 +95,7 @@ int print_cpuinfo (void)
{
printf("CPU: Freescale i.MX31 at %d MHz\n",
mx31_get_mcu_main_clk() / 1000000);
+ mx31_dump_clocks();
return 0;
}
#endif