commit | 7b48070df0b20c4c04899242351a5c37976143d8 | [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 | c3213b83c5f6f6a606230e05a168d10e191fd8bc [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>