commit | aac618a32b89a3b753625cfa87aab815efd6f601 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 15 04:38:32 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Mon Oct 27 11:04:01 2014 -0400 |
tree | 4cecc6ad947862651f4e558287376bfec79f321b | |
parent | 4166ecb247a1ec9f906313428e8b9059c9f2b619 [diff] |
ext4: Use inttypes for printf() string On 64-bit platforms (like sandbox) 64-bit integers may be 'long' rather than 'long long'. Use the inttypes header to avoid compiler warnings. Signed-off-by: Simon Glass <sjg@chromium.org>