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>
This commit is contained in:
parent
07754cb0ae
commit
bed722328b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue