commit | d1da76e9f8987529fadaa56d97d29e5d8ab8f918 | [log] [tgz] |
---|---|---|
author | Hunter, Jon <jon-hunter@ti.com> | Wed Apr 03 09:35:36 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Apr 08 11:29:05 2013 -0400 |
tree | 8aa0a50f8c2248eef4ec99d82baa608a50e8e102 | |
parent | faad9c02562653a16a2a5ad76b841b2306e531ec [diff] |
omap2420-h4: Fix get_timer() and CONFIG_SYS_HZ The function get_timer() should return time in ms and CONFIG_SYS_HZ should be set to 1000 by default. Fix both of these items. Signed-off-by: Jon Hunter <jon-hunter@ti.com>