[U-Boot] [PATCH v3 3/9] efi_selftest: building sandbox with EFI_SELFTEST
Heinrich Schuchardt
xypron.glpk at gmx.de
Sun Nov 18 16:58:48 UTC 2018
Enable building the sandbox with CONFIG_EFI_SELFTEST.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
v3
rebase patch
---
lib/efi_selftest/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/efi_selftest/Kconfig b/lib/efi_selftest/Kconfig
index b52696778dd..59f9f36801c 100644
--- a/lib/efi_selftest/Kconfig
+++ b/lib/efi_selftest/Kconfig
@@ -1,6 +1,6 @@
config CMD_BOOTEFI_SELFTEST
bool "Allow booting an EFI efi_selftest"
- depends on CMD_BOOTEFI && !SANDBOX
+ depends on CMD_BOOTEFI
imply FAT
imply FAT_WRITE
help
--
2.19.1
More information about the U-Boot
mailing list