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:
Simon Glass
2025-08-11 15:44:00 -06:00
parent cb6bd231b7
commit 082666ec3e

View File

@@ -269,7 +269,7 @@ static const struct efi_driver_ops driver_ops = {
};
/* Identify as EFI driver */
U_BOOT_DRIVER(efi_block) = {
U_BOOT_DRIVER(efi_block_drv) = {
.name = "EFI block driver",
.id = UCLASS_EFI_LOADER,
.ops = &driver_ops,