commit | c14b38f4c1265e60bac33b01eebc01ebdc0fc79c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 23 15:07:22 2025 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jan 26 11:06:57 2025 +0100 |
tree | 9956e889e5953d18d4564eabf21873aebda62ce6 | |
parent | 44d57f62c7c2fd5c9801355a6b7bb4b6d16508d3 [diff] |
efi_loader: Move the fallback code from efi_run_image() This code is only needed if an invalid image/device path is passed in. Move the code out to a caller where this can be dealt with. The normal flow will provide these parameters. Signed-off-by: Simon Glass <sjg@chromium.org>