commit | 77f80e6569a33b0b46058d8293ceedaaa55f2f88 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:27 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:11 2019 -0500 |
tree | eddaffdc3c686df9e6d3116f4a9a3142784e1e90 | |
parent | 45c78905502a5e1b38d1b4c7b20391dacf22a338 [diff] |
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>