]> git.sur5r.net Git - u-boot/commit
efi_loader: use correct format string for unsigned long
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 22 Dec 2017 18:16:57 +0000 (19:16 +0100)
committerAlexander Graf <agraf@suse.de>
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 <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_image_loader.c