]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL use of EFI_DEVICE_PATH_UTIL
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:39:41 +0000 (15:39 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
commit594d809a4d2d323c6c627db9e89e0d639f993928
tree2671efca105adc8d70418f18e06fdb5b174e10d7
parentfa9765dee36945128ff289d7420f34b5991c4cf5
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>
lib/efi_loader/efi_root_node.c