efi_loader: correctly render CD-ROM device path nodes
[oweals/u-boot.git] / include / efi_api.h
index 7f7b67fa00f29f620ffca8bf1944a9663f4bbcff..cb895f31e5eb1f1502eb7b757a54b46659aae66d 100644 (file)
@@ -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 {