commit | b819621f11650d3446f47191be8c34234e37690e | [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 | 3e26ee4e446f85aba9550641ee161bfe8fdd612b [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>