mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
blk: Drop if_type
Use the uclass ID instead. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -161,7 +161,7 @@ extern bool efi_st_keep_devices;
|
||||
|
||||
/* EFI system partition */
|
||||
extern struct efi_system_partition {
|
||||
enum if_type if_type;
|
||||
enum uclass_id if_type;
|
||||
int devnum;
|
||||
u8 part;
|
||||
} efi_system_partition;
|
||||
|
Reference in New Issue
Block a user