]> git.sur5r.net Git - u-boot/commit
efi_selftest: do not call efi_init_obj_list() twice
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 17 May 2018 16:24:48 +0000 (18:24 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:20 +0000 (15:27 +0200)
commite37aa7ada39f5291ce92f7d8bc2b66917fb5f8fa
treedec4797f76195373e3f01d52843a3965a89fd5f5
parentc2d9097ac9ca4f30e7f1a87af08d8fed644bb057
efi_selftest: do not call efi_init_obj_list() twice

Remove a superfluous call to efi_init_obj_list() invoked by
'bootefi selftest'.

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