]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Fix warnings due to 64-bit printf() strings
authorSimon Glass <sjg@chromium.org>
Tue, 11 Nov 2014 19:47:07 +0000 (12:47 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 27 Nov 2014 03:25:39 +0000 (20:25 -0700)
commite48f3741c357246c78aa367bbd56fe2684f7bf8d
tree0b06728376e9e72d7375194809088ca0a0359c6b
parent85bafb6da4dddfffa78479aa49a72ae48578a4ce
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>
common/cmd_mem.c
common/fdt_support.c
disk/part_efi.c