commit | e9f343ff216c83bca0d25e035f91d23d552657d6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 11 12:47:07 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Nov 26 20:25:39 2014 -0700 |
tree | 0b06728376e9e72d7375194809088ca0a0359c6b | |
parent | faf56926b7ec2035d1a67b0db42ec4145f5517e9 [diff] |
sandbox: Fix warnings due to 64-bit printf() strings Now that we have inttypes.h, use it in a few more places to avoid compiler warnings on sandbox when building on 64-bit machines. Signed-off-by: Simon Glass <sjg@chromium.org>