mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 14:38:58 +00:00
fwu: fix config FWU_MULTI_BANK_UPDATE
Symbol CONFIG_EFI_SETUP_EARLY does not exist anymore. CONFIG_FWU_MULTI_BANK_UPDATE without CONFIG_FWU_MDATA results in lib/fwu_updates/fwu.c:49: undefined reference to `fwu_get_mdata' Fixes:8679405241
("FWU: Add support for the FWU Multi Bank Update feature") Fixes:023d9c9393
("efi_loader: remove CONFIG_EFI_SETUP_EARLY") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Acked-by: Sughosh Ganu <sughosh.ganu@linaro.org>
This commit is contained in:
parent
0c97e771d0
commit
227d3b3e0a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ config FWU_MULTI_BANK_UPDATE
|
|||
bool "Enable FWU Multi Bank Update Feature"
|
||||
depends on EFI_CAPSULE_ON_DISK
|
||||
select PARTITION_TYPE_GUID
|
||||
select EFI_SETUP_EARLY
|
||||
select FWU_MDATA
|
||||
imply EFI_CAPSULE_ON_DISK_EARLY
|
||||
select EVENT
|
||||
help
|
||||
|
|
Loading…
Add table
Reference in a new issue