1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-27 05:54:34 +01:00
Files
u-boot-megous/lib/time.c
Simon Glass 19ea4678ca 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>
2014-10-27 11:04:01 -04:00

2.1 KiB