efi: Rename the media device

The current name of 'efi_media' is annoying in that it must be given
with 'bootflow scan'. We would prefer to use 'bootflow scan efi', for
example.

Rename the driver to 'efi'.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-05-17 11:39:57 +02:00
parent d702ab5cd5
commit 284c266140

View File

@@ -9,6 +9,6 @@
UCLASS_DRIVER(efi_media) = {
.id = UCLASS_EFI_MEDIA,
.name = "efi_media",
.name = "efi",
.flags = DM_UC_FLAG_SEQ_ALIAS,
};