]> git.baikalelectronics.ru Git - uboot.git/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)
commited7d95bb9815c4aa89e5652c35202587af4da9db
tree6359a8a7ddde8610edb2f96cc171b338c91abb80
parent44c4ca176fcf129596784fcec317c33e4d054a58
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