]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd/bootefi: move efi_init_obj_list() to the start of do_bootefi
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 20 Apr 2026 22:03:18 +0000 (00:03 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 1 May 2026 08:30:03 +0000 (10:30 +0200)
commit7311130b73a67ece4984cfc2c1fb31b002cf1a48
treeb77d0790166c4acc0f2e01bf64db1b245958343d
parentc5230a45a7d64357d33ca0fe00080e4a3ea78958
cmd/bootefi: move efi_init_obj_list() to the start of do_bootefi

None of the bootefi commands can be executed if the EFI sub-system cannot
be initialized.

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/bootefi.c