]> git.ipfire.org Git - people/ms/u-boot.git/commit
Use uint64_t for time types
authorSimon Glass <sjg@chromium.org>
Wed, 15 Oct 2014 10:38:33 +0000 (04:38 -0600)
committerTom Rini <trini@ti.com>
Mon, 27 Oct 2014 15:04:01 +0000 (11:04 -0400)
commit19ea4678ca5ce4c3a626039ed7642d4e0fbfdee1
tree53e1cb6aee24f9b406766be6e32d3f56e9b6e4e0
parentaac618a32b89a3b753625cfa87aab815efd6f601
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>
include/common.h
lib/time.c