1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-26 16:13:55 +01:00

common: Move wait_ticks functions out of common.h

This function belongs in time.h so move it over and add a comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Simon Glass
2019-11-14 12:57:27 -07:00
committed by Tom Rini
parent 6887c5bed9
commit 036a017f79
3 changed files with 11 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#include <clk.h>
#include <dm.h>
#include <status_led.h>
#include <time.h>
#include <timer.h>
#include <watchdog.h>