From e37aa7ada39f5291ce92f7d8bc2b66917fb5f8fa Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 17 May 2018 18:24:48 +0200 Subject: [PATCH] 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 Signed-off-by: Alexander Graf --- cmd/bootefi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/bootefi.c b/cmd/bootefi.c index 11b84c5528..80491c77fd 100644 --- a/cmd/bootefi.c +++ b/cmd/bootefi.c @@ -428,8 +428,6 @@ static int do_bootefi(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) * callback entry */ efi_save_gd(); - /* Initialize and populate EFI object list */ - efi_init_obj_list(); /* Transfer environment variable efi_selftest as load options */ set_load_options(&loaded_image_info, "efi_selftest"); /* Execute the test */ -- GitLab