commit | fce577763ae0f6e298bb2a97ea203dcac450b8e4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 23 15:07:23 2025 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jan 26 11:06:57 2025 +0100 |
tree | d935119c55a18e22d2663fa0197ad9bcbb60cbda | |
parent | c14b38f4c1265e60bac33b01eebc01ebdc0fc79c [diff] |
efi_loader: Pass in the required parameters from EFI bootmeth Rather than setting up the global variables and then making the call, pass them into function directly. This cleans up the code and makes it all a bit easier to understand. Signed-off-by: Simon Glass <sjg@chromium.org>