]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: correct return value of efi_bootmgr_run()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 20 Apr 2026 22:03:19 +0000 (00:03 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 1 May 2026 08:30:03 +0000 (10:30 +0200)
commit96b33427eae16b7c49dfa5f596506dbe5d84c2ff
tree5bd231e8ba56d89349da248e33871ffaa52e1887
parent7311130b73a67ece4984cfc2c1fb31b002cf1a48
efi_loader: correct return value of efi_bootmgr_run()

efi_bootmgr_run() is expected to return an efi_status_t value.

Reported-by: Simon Glass <sjg@chromium.org>
Fixes: 0bef4b0123f2 ("cmd: bootefi: move library interfaces under lib/efi_loader")
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_bootmgr.c