]> git.ipfire.org Git - thirdparty/u-boot.git/commit
boot: bootmeth_efi: Refactor distro_efi_try_bootflow_files return logic
authorKory Maincent (TI.com) <kory.maincent@bootlin.com>
Thu, 30 Oct 2025 16:45:12 +0000 (17:45 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 3 Nov 2025 16:02:39 +0000 (10:02 -0600)
commitd3008a08d822d545d223e6ce53b0c590bb6c83a8
treed06c8c7d122c4da773a43806c80fda878dfd4ff0
parent935109cd9e97b2f48b177b7c31373325deab44c0
boot: bootmeth_efi: Refactor distro_efi_try_bootflow_files return logic

Simplify the return path in distro_efi_try_bootflow_files() to prepare
for adding extension board support in a subsequent commit.

Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_efi.c