projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3484130
)
efi_selftest: building sandbox with EFI_SELFTEST
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 18 Nov 2018 16:58:48 +0000
(17:58 +0100)
committer
Alexander Graf
<agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000
(21:59 +0100)
Enable building the sandbox with CONFIG_EFI_SELFTEST.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Kconfig
patch
|
blob
|
history
diff --git
a/lib/efi_selftest/Kconfig
b/lib/efi_selftest/Kconfig
index
b526967
..
59f9f36
100644
(file)
--- 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