u-boot/lib/fwu_updates
Heinrich Schuchardt 227d3b3e0a 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>
2023-05-13 11:09:51 +02:00
..
fwu.c test: dm: Add test cases for FWU Metadata uclass 2022-10-31 14:47:33 -04:00
fwu_gpt.c FWU: Add helper functions for accessing FWU metadata 2022-10-31 14:47:32 -04:00
Kconfig fwu: fix config FWU_MULTI_BANK_UPDATE 2023-05-13 11:09:51 +02:00
Makefile FWU: Add support for the FWU Multi Bank Update feature 2022-10-31 14:47:32 -04:00