mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00: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:
parent
ef4b66bcd1
commit
ec8bdc914c
5 changed files with 48 additions and 51 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue