efi: Rename efi_block_device driver
This driver name conflicts with another driver in U-Boot. Rename it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -269,7 +269,7 @@ static const struct efi_driver_ops driver_ops = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Identify as EFI driver */
|
/* Identify as EFI driver */
|
||||||
U_BOOT_DRIVER(efi_block) = {
|
U_BOOT_DRIVER(efi_block_drv) = {
|
||||||
.name = "EFI block driver",
|
.name = "EFI block driver",
|
||||||
.id = UCLASS_EFI_LOADER,
|
.id = UCLASS_EFI_LOADER,
|
||||||
.ops = &driver_ops,
|
.ops = &driver_ops,
|
||||||
|
|||||||
Reference in New Issue
Block a user