Commits
Simon Glass committed aac618a32b8
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>