commit | 71aa806d5d67f4aaf3effdaca92500f4a4ab4187 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:39:42 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 16:32:26 2023 -0500 |
tree | 5f8d392a49e5fe27acb9c9f71c4a5d86c1cc33a3 | |
parent | 5cf9952e6995d16dbde60ca0adf244105f53ff01 [diff] |
Correct SPL uses of EFI_HAVE_CAPSULE_SUPPORT This converts 13 usages of this option to the non-SPL form, since there is no SPL_EFI_HAVE_CAPSULE_SUPPORT defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>