This code claims it needs to wait 7us, yet it uses get_timer() function which operates with millisecond granularity. Use timer_get_us() instead, which operates with microsecond granularity. Signed-off-by: Marek Vasut <marex@denx.de> |
||
---|---|---|
.. | ||
include/mach | ||
Kconfig | ||
Makefile | ||
clock_manager.c | ||
fpga_manager.c | ||
freeze_controller.c | ||
misc.c | ||
reset_manager.c | ||
scan_manager.c | ||
spl.c | ||
system_manager.c | ||
timer.c |