commit | 19ea4678ca5ce4c3a626039ed7642d4e0fbfdee1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 15 04:38:33 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Mon Oct 27 11:04:01 2014 -0400 |
tree | 53e1cb6aee24f9b406766be6e32d3f56e9b6e4e0 | |
parent | aac618a32b89a3b753625cfa87aab815efd6f601 [diff] |
Use uint64_t for time types Unfortunately 'unsigned long long' and 'uint64_t' are not necessarily compatible on 64-bit machines. Use the correct typedef instead of writing the supposed type out in full. Signed-off-by: Simon Glass <sjg@chromium.org>