commit | 15c4d6759d4b1f930b71765aaf435db10688ba73 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 04 08:56:30 2021 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Dec 09 11:43:25 2021 -0800 |
tree | 0f216ad0a675d133b677cc33f5b0df7f1936f255 | |
parent | 38155eafc5b366c059ba4dc63382ecec5622a6c7 [diff] |
efi: Rename UCLASS_EFI and IF_TYPE_EFI These names are better used for access to devices provided by an EFI layer. Use EFI_LOADER instead here, since these are only available in U-Boot's EFI_LOADER layer. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>