]> Git Repo - u-boot.git/commitdiff
Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2
authorSimon Glass <[email protected]>
Sun, 5 Feb 2023 22:39:47 +0000 (15:39 -0700)
committerTom Rini <[email protected]>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
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 <[email protected]>
lib/efi_loader/efi_root_node.c

index 21a014d7c21819a53b94f09894a375d085944ebc..108c14b95bd6b59fd68c1f22758d0eb561b6234f 100644 (file)
@@ -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
This page took 0.026201 seconds and 4 git commands to generate.