commit | d065acb8bf32c4882363c7e256d5f5fad7aa4757 | [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 | 3935873fcc565f13f1a091bf93745c033d2489f4 [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>