commit | 8f43811ccf5682a345ea0ebb9c63988e24b999c0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:39:47 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 16:32:26 2023 -0500 |
tree | 4917ea465009c366345d2a596994127da6a04ce8 | |
parent | 75be05fd1a934fd075c24a93c63003d1ae397e24 [diff] |
Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2 This converts 1 usage of this option to the non-SPL form, since there is no SPL_EFI_UNICODE_COLLATION_PROTOCOL2 defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>