]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: fix StartImage bootservice
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 19 Jan 2018 19:24:43 +0000 (20:24 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:13 +0000 (23:09 +0100)
commit5e55543e65c3ada3d83d6f1b1ddc153ea64b0948
tree0a087f596089c266b858312df0507b14babfbbde
parent0aaabbb2c8eeb187ace38d04d468cc88da331a82
efi_loader: fix StartImage bootservice

The calling convention for the entry point of an EFI image
is always 'asmlinkage'.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c