]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: simplify efi_locate_protocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 26 Oct 2017 17:25:57 +0000 (19:25 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:56 +0000 (13:22 +0100)
commit9172cd91fa58da48f31259c51536aa8778bd72da
tree21574ba71b462b41154940b2cd0d43946c080eec
parent5810511dac980929dbfe57e25ccdf72d5b7e38e4
efi_loader: simplify efi_locate_protocol

Use helper function efi_search_protocol.

Do not print protocol guid twice in debug mode.

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