Correct SPL use of EFI_LOADER_HII

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_EFI_LOADER_HII defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2023-02-05 15:39:43 -07:00
committed by Tom Rini
parent 71aa806d5d
commit da841537ce

View File

@@ -72,7 +72,7 @@ efi_status_t efi_root_node_register(void)
&efi_guid_unicode_collation_protocol2,
&efi_unicode_collation_protocol2,
#endif
#if CONFIG_IS_ENABLED(EFI_LOADER_HII)
#if IS_ENABLED(CONFIG_EFI_LOADER_HII)
/* HII string protocol */
&efi_guid_hii_string_protocol,
&efi_hii_string,