mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
efi: sandbox: Enable EFI loader build for sandbox
This allows this feature to build within sandbox. This is useful for testing. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
a4958a7101
commit
a46714ffc3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
config EFI_LOADER
|
||||
bool "Support running EFI Applications in U-Boot"
|
||||
depends on (ARM || X86 || RISCV) && OF_LIBFDT
|
||||
depends on (ARM || X86 || RISCV || SANDBOX) && OF_LIBFDT
|
||||
# We need EFI_STUB_64BIT to be set on x86_64 with EFI_STUB
|
||||
depends on !EFI_STUB || !X86_64 || EFI_STUB_64BIT
|
||||
# We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB
|
||||
|
|
Loading…
Add table
Reference in a new issue