commit | e987393cd3378142dc287d73bce23e3293aeb749 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 05 17:53:17 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu May 11 22:03:38 2017 -0400 |
tree | bdca947eed69420960f7235334e7083aad96148d | |
parent | e2f689f874f063fd17da50f3d5e3cd9596456967 [diff] |
arm: Correct signature for get_ticks() This should be uint64_t to match its definition in common.h. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>