]> git.ipfire.org Git - thirdparty/u-boot.git/commit - cmd/bootefi.c
efi_selftest: correctly cleanup after selftest
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Oct 2017 16:13:14 +0000 (18:13 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commitc2b53902ca28bc3a90861067af6fffeae6e5ead0
treee87e517021b465d69efa76d439c6c86e072e42be
parentd78e40d651972ef061c960e4b7da7843383c2ec9
efi_selftest: correctly cleanup after selftest

After executing bootefi selftest
* restore GD
* unlink the load image handle
* return 0 or 1 and not a truncated efi_status_t.

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