]> Git Repo - J-u-boot.git/commit
efi_loader: use correct format string for unsigned long
authorHeinrich Schuchardt <[email protected]>
Fri, 22 Dec 2017 18:16:57 +0000 (19:16 +0100)
committerAlexander Graf <[email protected]>
Mon, 22 Jan 2018 22:09:12 +0000 (23:09 +0100)
commite540c4863687eed1772297ffc0deb053678d8308
tree6359a8a7ddde8610edb2f96cc171b338c91abb80
parent474a6f5aa1f2ce7ce277fb466a614e93e1b736bb
efi_loader: use correct format string for unsigned long

virt_size is of type unsigned long.
So it should be printed with %ul.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/efi_loader/efi_image_loader.c
This page took 0.034855 seconds and 4 git commands to generate.