commit | 0c277ef9f92b41b41a78682330b6c35673a1819b | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Oct 05 17:08:07 2011 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 22 00:49:18 2011 +0200 |
tree | 1f3209a6611aaf657d7d140724ea6b2b26dc4cfd | |
parent | 486cad03be46114d726df56721ee27cba52c38e3 [diff] |
cmd_bdinfo: replace print_str() with print_mhz() The print_str() helper function for cmd_bdinfo can print any string, but it is only used to print MHz values. Replace it with print_mhz() that takes a number and converts it to a string internally. Signed-off-by: Timur Tabi <timur@freescale.com>