projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eefb790
)
efi_loader: GetNextVariableName() relies on REGEX
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Tue, 22 Jan 2019 20:35:23 +0000
(21:35 +0100)
committer
Alexander Graf
<agraf@suse.de>
Wed, 13 Feb 2019 08:40:06 +0000
(09:40 +0100)
Our implementation of GetNextVariableName() relies on
CONFIG_REGEX=y. So EFI_LOADER has to select it.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/Kconfig
patch
|
blob
|
history
diff --git
a/lib/efi_loader/Kconfig
b/lib/efi_loader/Kconfig
index b921ea8821590b7d7a97c0e474f455bb1cc78790..f5de005ff8bbd8a7412beae1a5bcf88c9b44a8da 100644
(file)
--- a/
lib/efi_loader/Kconfig
+++ b/
lib/efi_loader/Kconfig
@@
-8,6
+8,7
@@
config EFI_LOADER
default y
select LIB_UUID
select HAVE_BLOCK_DEVICE
+ select REGEX
imply CFB_CONSOLE_ANSI
help
Select this option if you want to run EFI applications (like grub2)