mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
efi_loader: correctly render CD-ROM device path nodes
Correct the name of the partition size component in struct efi_device_path_cdrom_path. Render entry, start, and size when converting a CD-ROM device path node to text. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -483,7 +483,7 @@ struct efi_device_path_cdrom_path {
|
||||
struct efi_device_path dp;
|
||||
u32 boot_entry;
|
||||
u64 partition_start;
|
||||
u64 partition_end;
|
||||
u64 partition_size;
|
||||
} __packed;
|
||||
|
||||
struct efi_device_path_file_path {
|
||||
|
Reference in New Issue
Block a user