part_efi: Fix compiler warning on 32-bit sandbox
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jul 2016 15:22:47 +0000 (09:22 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jul 2016 16:05:54 +0000 (12:05 -0400)
commit5afb8d151f5249914152dfdc7919a3a46b6b6a76
treec1be2ec8632c9dedca8f3d1eb66578d894600e6b
parent1bb718cdabc0f581e2b3ca1134883ee57d3a910d
part_efi: Fix compiler warning on 32-bit sandbox

This fixes a mismatch between the %zu format and the type used on sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
disk/part_efi.c