diff options
author | Simon Glass | 2021-12-04 08:56:30 -0700 |
---|---|---|
committer | Heinrich Schuchardt | 2021-12-09 11:43:25 -0800 |
commit | 2abd8d1c9920cbc02ecef284c86ffe14be743c2b (patch) | |
tree | 0f216ad0a675d133b677cc33f5b0df7f1936f255 /include/blk.h | |
parent | f9b51dcf294de9b5a0e3d121027121e320810f19 (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>
Diffstat (limited to 'include/blk.h')
-rw-r--r-- | include/blk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/blk.h b/include/blk.h index f0cc7ca1a28..f0835c3fed5 100644 --- a/include/blk.h +++ b/include/blk.h @@ -34,7 +34,7 @@ enum if_type { IF_TYPE_SATA, IF_TYPE_HOST, IF_TYPE_NVME, - IF_TYPE_EFI, + IF_TYPE_EFI_LOADER, IF_TYPE_PVBLOCK, IF_TYPE_VIRTIO, |