]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap5912-osk: Fix get_timer() and CONFIG_SYS_HZ
authorJon Hunter <jon-hunter@ti.com>
Tue, 9 Apr 2013 21:41:33 +0000 (16:41 -0500)
committerTom Rini <trini@ti.com>
Wed, 10 Apr 2013 20:03:02 +0000 (16:03 -0400)
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>

No differences found