]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: terminate efidebug test bootmgr early on error
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 20 Apr 2024 14:06:16 +0000 (16:06 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 1 May 2024 05:37:37 +0000 (07:37 +0200)
commit84aab11d3503a555ca6349da76efa4f4aedfc136
tree94caa654f4b71cab5803f574eeddeb58f524cdb9
parenta55039d6a847d8c83ea2175e09d3eed6d7d83571
cmd: terminate efidebug test bootmgr early on error

If efi_bootmgr_load() fails, there is no point in trying to start an image
that has not been loaded.

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