commit | d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Oct 19 02:35:48 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Oct 21 11:25:35 2008 +0200 |
tree | f5ee3bd016b0e306564262925b471b8ba5825544 | |
parent | 681c02d05b29c6d46093525052c74b9c4ddc8b08 [diff] |
strmhz(): Round numbers when printing clock frequencies Round clock frequencies for printing. Many boards printed off clock frequencies like 399 MHz instead of the exact 400 MHz because numberes were not rounded. This is fixed now. Signed-off-by: Wolfgang Denk <wd@denx.de>