]> git.ipfire.org Git - people/ms/u-boot.git/commit - lib/efi_loader/efi_boottime.c
efi_loader: implement UninstallProtocolInterface
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Tue, 11 Jul 2017 20:06:17 +0000 (22:06 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Jul 2017 12:14:38 +0000 (14:14 +0200)
commit4b6ed0d7a1d915524dd1ecccf023d519d7022a49
tree27aa2167ff76c8342354c1ac87178bdc6d5133d6
parente0549f8a174be5cf9526ec2d072cadc17a54a3e5
efi_loader: implement UninstallProtocolInterface

Without the patch efi_uninstall_protocol_interface always returns an
error.

With the patch protocols without interface can be uninstalled.

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