projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e927e21
)
efi_loader: Select EVENT as well
author
Jan Kiszka
<jan.kiszka@siemens.com>
Wed, 27 Apr 2022 05:47:15 +0000
(07:47 +0200)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Sat, 7 May 2022 21:17:26 +0000
(23:17 +0200)
Fixes
WARNING: unmet direct dependencies detected for EVENT_DYNAMIC
Depends on [n]: EVENT [=n]
Selected by [y]:
- EFI_LOADER [=y] && OF_LIBFDT [=y] && ...
and the succeeding build breakage.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/Kconfig
patch
|
blob
|
history
diff --git
a/lib/efi_loader/Kconfig
b/lib/efi_loader/Kconfig
index eb2d6fddc4fce1504d9a6443d37cf22db726cf58..e2a1a5a69a24a6df56e286316313caabcad31072 100644
(file)
--- a/
lib/efi_loader/Kconfig
+++ b/
lib/efi_loader/Kconfig
@@
-16,6
+16,7
@@
config EFI_LOADER
default y if !ARM || SYS_CPU = armv7 || SYS_CPU = armv8
select CHARSET
select DM_EVENT
+ select EVENT
select EVENT_DYNAMIC
select LIB_UUID
imply PARTITION_UUIDS