diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2024-01-17 13:39:41 +0900 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-01-17 08:40:25 +0100 |
commit | 6422820ac3e59fd92dc7fc5c9dcd5c6101065f19 (patch) | |
tree | 15634d75c578a67a5424e6d079bd6f2757e2cf6c /cmd/efidebug.c | |
parent | 0ab829d4de4323f53b4e2230bf885c2004da5d9b (diff) |
efi_loader: split unrelated code from efi_bootmgr.c
Some code moved from cmd/bootefi.c is actually necessary only for "bootefi
<addr>" command (starting an image manually loaded by a user using U-Boot
load commands or other methods (like JTAG debugger).
The code will never been opted out as unused code by a compiler which
doesn't know how EFI boot manager is implemented. So introduce a new
configuration, CONFIG_EFI_BINARY_EXEC, to enforce them opted out
explicitly.
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Diffstat (limited to 'cmd/efidebug.c')
0 files changed, 0 insertions, 0 deletions