commit | 55f7934d2b07a62027cb05484ea3f10666a855d1 | [log] [tgz] |
---|---|---|
author | Ed Swarthout <Ed.Swarthout@freescale.com> | Sat Mar 05 10:28:17 2011 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Mar 22 23:34:36 2011 +0100 |
tree | 73d16bdb28ae1f6aa53f9a9c3a6ca2de867cfc33 | |
parent | 6dc1eceb9c5f42216f1ba0e0ef538015b0aa10bc [diff] |
strmhz: Make hz unsigned to support greater than 2146 MHz clock For example, an input of 0x80000000 should print: 2147.484 instead of -2147.-483. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>