summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-05 15:39:47 -0700
committerTom Rini <trini@konsulko.com>2023-02-09 16:32:26 -0500
commitbed722328b152fe2ae48b382b5f73eebf449ffad (patch)
tree4917ea465009c366345d2a596994127da6a04ce8 /lib
parent07754cb0aece3e8d37637d77185f685f1cdfb404 (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>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/efi_root_node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_root_node.c b/lib/efi_loader/efi_root_node.c
index 21a014d7c2..108c14b95b 100644
--- a/lib/efi_loader/efi_root_node.c
+++ b/lib/efi_loader/efi_root_node.c
@@ -68,7 +68,7 @@ efi_status_t efi_root_node_register(void)
&efi_guid_dt_fixup_protocol,
&efi_dt_fixup_prot,
#endif
-#if CONFIG_IS_ENABLED(EFI_UNICODE_COLLATION_PROTOCOL2)
+#if IS_ENABLED(CONFIG_EFI_UNICODE_COLLATION_PROTOCOL2)
&efi_guid_unicode_collation_protocol2,
&efi_unicode_collation_protocol2,
#endif