commit | 3e26ee4e446f85aba9550641ee161bfe8fdd612b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:39:41 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 16:32:26 2023 -0500 |
tree | 2671efca105adc8d70418f18e06fdb5b174e10d7 | |
parent | fe90a5a8bb3dd4bb24c9c205918e3480adef2951 [diff] |
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>