commit | 21bd5ac15b5214c2904d3dc2969a7f3259c3e989 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Fri Jan 20 13:58:48 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jan 20 17:10:57 2023 +0100 |
tree | c0bfae0f89389359bed0e44a021a8447d6eb069a | |
parent | eb1b6b476282a42788f380f9f800fdf9ad634109 [diff] |
efi_loader: fix CapsuleMax variable reporting Currently the code that adds the CapsuleMax variable is under a Kconfig named 'EFI_HAVE_CAPSULE_UPDATE. Git history only shows a single occurrence of that. The IS_ENABLED should be checking for EFI_HAVE_CAPSULE_SUPPORT Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>