acpi: fix incorrect SMBIOS entry point structure
diff --git a/common/lib/acpi.h b/common/lib/acpi.h
index 695c9b14..b674e78d 100644
--- a/common/lib/acpi.h
+++ b/common/lib/acpi.h
@@ -98,6 +98,7 @@ struct smbios_entry_point_64 {
/// Size of the largest SMBIOS structure, in bytes, and encompasses the
/// structureâs formatted area and text strings
uint16_t max_structure_size;
+ uint16_t padding;
/// 64-bit physical starting address of the read-only SMBIOS Structure
/// Table.
uint64_t table_address;
