]> git.sur5r.net Git - u-boot/commit
efi_loader: eliminate efi_install_protocol_interface_ext
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 6 Nov 2017 20:17:44 +0000 (21:17 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commit1760ef574ace23086c94bb22041325daef8f8226
tree7458ccc2f7a7a84d49ac6601f68712df1ed5422c
parent927ca890b09fd7dd5fdf2214adcb10565f3573c9
efi_loader: eliminate efi_install_protocol_interface_ext

As we now have EFI_CALL there is no need for separate
functions efi_install_protocol_interface_ext and
efi_install_protocol_interface.

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