fwu: fix config FWU_MULTI_BANK_UPDATE
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 7 May 2023 06:39:34 +0000 (08:39 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 13 May 2023 09:09:51 +0000 (11:09 +0200)
commit227d3b3e0af02918592dda19aefa379e9ea20887
tree69e9ead10d90328d03f7b9c08c4accdc3ecd4af2
parent0c97e771d02c15914562df7df775ab7d6cf94682
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: 86794052418b ("FWU: Add support for the FWU Multi Bank Update feature")
Fixes: 023d9c93932c ("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>
lib/fwu_updates/Kconfig