mirror of
https://xff.cz/git/u-boot/
synced 2025-09-22 11:02:07 +02:00
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>