]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: bcm2835: fix get_timer() to return ms
authorStephen Warren <swarren@wwwdotorg.org>
Wed, 27 Mar 2013 18:43:23 +0000 (18:43 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 4 Apr 2013 06:14:54 +0000 (08:14 +0200)
Apparently, CONFIG_SYS_HZ must be 1000. Change this, and fix the timer
driver to conform to this.

Have the timer implementation export a custom API get_timer_us() for use
by the BCM2835 MMC API, which needs us resolution for a HW workaround.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>

No differences found