commit | a75c8c907c4da9d653d1abee397df997a6b96642 | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Sun Nov 20 09:21:17 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 22 12:00:44 2022 +0100 |
tree | cf0b5030d4c3f8ef91438a78efc6770f08c48dff | |
parent | 3360183a2baee83a5bf326b851ddd0c959d2edbf [diff] |
eficonfig: use protocol interface for file selection EFI_SIMPLE_FILE_SYSTEM_PROTOCOL is not always provided by U-Boot. Use protocol interface functions instead of U-Boot internal functions. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>