Re: [U-Boot] [PATCH 3/5] part_efi: Fix compiler warning on 32-bit sandbox

2016-07-22 Thread Tom Rini
On Fri, Jul 22, 2016 at 09:22:47AM -0600, Simon Glass wrote: > This fixes a mismatch between the %zu format and the type used on sandbox. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

[U-Boot] [PATCH 3/5] part_efi: Fix compiler warning on 32-bit sandbox

2016-07-22 Thread Simon Glass
This fixes a mismatch between the %zu format and the type used on sandbox. Signed-off-by: Simon Glass --- disk/part_efi.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/disk/part_efi.c b/disk/part_efi.c index 0af1e92..01f71be 100644 --- a/disk/part_efi.c +++ b/di