mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
cbfs: Rename checksum to attributes_offset
It seems that this field has been renamed in later version of coreboot. Update it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -65,7 +65,8 @@ struct cbfs_fileheader {
|
||||
u8 magic[8];
|
||||
u32 len;
|
||||
u32 type;
|
||||
u32 checksum;
|
||||
/* offset to struct cbfs_file_attribute or 0 */
|
||||
u32 attributes_offset;
|
||||
u32 offset;
|
||||
} __packed;
|
||||
|
||||
@@ -76,7 +77,7 @@ struct cbfs_cachenode {
|
||||
u32 data_length;
|
||||
char *name;
|
||||
u32 name_length;
|
||||
u32 checksum;
|
||||
u32 attributes_offset;
|
||||
} __packed;
|
||||
|
||||
extern enum cbfs_result file_cbfs_result;
|
||||
|
Reference in New Issue
Block a user