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)
commit4bb4249b39ce7284408c4d604a656be941427e63
tree17ceb1adb5f5bf7ba3545518d1b9db217d84d722
parentc7ff87e0ae3e619b5718eafcdee433af0a46df8b
efi_loader: printf code in efi_image_parse()

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

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