commit | e48f3741c357246c78aa367bbd56fe2684f7bf8d | [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 | 85bafb6da4dddfffa78479aa49a72ae48578a4ce [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>