]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: printf code in efi_image_parse()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 6 Jun 2020 11:17:48 +0000 (13:17 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 14 Jun 2020 19:07:20 +0000 (21:07 +0200)
commit5a96c802b434d149d91d11df94b10c729e955304
tree17ceb1adb5f5bf7ba3545518d1b9db217d84d722
parentff7c425e2baed46266a8c19ec40d8473ab96466c
efi_loader: printf code in efi_image_parse()

For size_t we have to use %zu for printing not %lu.

Fixes: c1d77f71ac2c ("efi_loader: image_loader: support image
authentication")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_image_loader.c