summaryrefslogtreecommitdiff
path: root/src/include/boot/coreboot_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/boot/coreboot_tables.h')
-rw-r--r--src/include/boot/coreboot_tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/boot/coreboot_tables.h b/src/include/boot/coreboot_tables.h
index a7e4ab0500..ee1c29f4c5 100644
--- a/src/include/boot/coreboot_tables.h
+++ b/src/include/boot/coreboot_tables.h
@@ -218,7 +218,7 @@ struct lb_vdat {
uint32_t tag;
uint32_t size;
- void *vdat_addr;
+ uint64_t vdat_addr;
uint32_t vdat_size;
};
@@ -246,7 +246,7 @@ struct lb_vboot_handoff {
uint32_t tag;
uint32_t size;
- void *vboot_handoff_addr;
+ uint64_t vboot_handoff_addr;
uint32_t vboot_handoff_size;
};