]> git.sur5r.net Git - u-boot/commit
bootstage: Provide a default timer function
authorSimon Glass <sjg@chromium.org>
Mon, 22 May 2017 11:05:22 +0000 (05:05 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 18:13:03 +0000 (14:13 -0400)
commit9fb34b01f7757ed772b77dd90e463c6e7499fef8
tree7b96448ed63e93432c87c282ceb95063990a0d54
parent9cb5eaf2cfb7ceb267fc10c743b69a57a1141bf7
bootstage: Provide a default timer function

If CONFIG_SYS_TIMER_COUNTER is used we can provide a default microsecond
timer implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/time.c