exynos5250/snow: deprecate time.h

time.h We Hardly Knew Ye.

This deprecates time.h which is currently only used by Exynos5250 and
Snow. The original idea was to try and unify some of the various timer
interfaces and has been supplanted by the monotonic timer API.

timer_us() is now obsolete. timer_start() is now mct_start() and
is exposed in exynos5250/clk.h.

Signed-off-by: David Hendricks <dhendrix@chromium.org>
Change-Id: I14ebf75649d101491252c9aafea12f73ccf446b5
Reviewed-on: http://review.coreboot.org/3177
Reviewed-by: Aaron Durbin <adurbin@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
David Hendricks
2013-05-02 16:47:54 -07:00
committed by Ronald G. Minnich
parent 37714f33a6
commit 2fde9668b4
6 changed files with 6 additions and 41 deletions

View File

@@ -20,7 +20,6 @@
#include <stdint.h>
#include <delay.h>
#include <timer.h>
#include <time.h> /* TODO: deprecate in favor of monotonic timer stuff */
#include "clk.h"