]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Use uint64_t instead of u64 for time
authorSimon Glass <sjg@chromium.org>
Sun, 19 May 2013 23:45:35 +0000 (16:45 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Nov 2013 23:54:25 +0000 (16:54 -0700)
commit2a54d1599f4c3a95b1d39db45888b49c36465af3
treeca392f91de99bdc044cddac270b684b1d4c1f795
parentc2e5e802ecb7ab668ce9911b210ed68c804b349f
sandbox: Use uint64_t instead of u64 for time

The uint64_t type is defined in linux/types.h, so is safer than u64, which
is not actually a Linux type.

Change-Id: Ifc9a369e6543250c49117b8d3cb3a676eee43e04
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/os.c
include/os.h