Home
last modified time | relevance | path

Searched hist:"19 ea4678" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Dtime.c19ea4678 Wed Oct 15 05:38:33 CDT 2014 Simon Glass <sjg@chromium.org> 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>
/openbmc/u-boot/include/
H A Dcommon.h19ea4678 Wed Oct 15 05:38:33 CDT 2014 Simon Glass <sjg@chromium.org> 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>