diff --git a/UefiPayloadPkg/Include/Coreboot.h b/UefiPayloadPkg/Include/Coreboot.h index a3e90227c9..e96496f2d6 100644 --- a/UefiPayloadPkg/Include/Coreboot.h +++ b/UefiPayloadPkg/Include/Coreboot.h @@ -282,6 +282,6 @@ struct cb_tpm_physical_presence { UINT32 ppi_address; /* Address of ACPI PPI communication buffer */ UINT8 tpm_version; /* 1: TPM1.2, 2: TPM2.0 */ UINT8 ppi_version; /* BCD encoded */ -} __packed; +}; #endif // _COREBOOT_PEI_H_INCLUDED_