Commits
Heinrich Schuchardt committed e540c486368
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>