Skip to content
Snippets Groups Projects
Commit 34196b0a authored by John Rigby's avatar John Rigby Committed by trix
Browse files

MX25 print arm clock instead of mpllclk on boot


Replace call to imx_get_mpllclk with imx_get_armclk
to show frequency of ARM core instead of mpll internal
bus in print_cpuinfo.

Signed-off-by: default avatarJohn Rigby <jcrigby@gmail.com>
CC: Stefano Babic <sbabic@denx.de>
parent 1c9d91ac
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ int print_cpuinfo (void)
char buf[32];
printf ("CPU: Freescale i.MX25 at %s MHz\n\n",
strmhz (buf, imx_get_mpllclk ()));
strmhz (buf, imx_get_armclk ()));
return 0;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment