Correct SPL use of EFI_DEVICE_PATH_UTIL

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

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2023-02-05 15:39:41 -07:00 committed by Tom Rini
parent deda5d5ecd
commit 5cf9952e69

View file

@ -58,7 +58,7 @@ efi_status_t efi_root_node_register(void)
&efi_guid_device_path_to_text_protocol, &efi_guid_device_path_to_text_protocol,
&efi_device_path_to_text, &efi_device_path_to_text,
#endif #endif
#if CONFIG_IS_ENABLED(EFI_DEVICE_PATH_UTIL) #if IS_ENABLED(CONFIG_EFI_DEVICE_PATH_UTIL)
/* Device path utilities protocol */ /* Device path utilities protocol */
&efi_guid_device_path_utilities_protocol, &efi_guid_device_path_utilities_protocol,
&efi_device_path_utilities, &efi_device_path_utilities,