]> Git Repo - u-boot.git/commit
efi_loader: printf code in efi_image_parse()
authorHeinrich Schuchardt <[email protected]>
Sat, 6 Jun 2020 11:17:48 +0000 (13:17 +0200)
committerHeinrich Schuchardt <[email protected]>
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 <[email protected]>
lib/efi_loader/efi_image_loader.c
This page took 0.033117 seconds and 4 git commands to generate.