From 2014cad94cac819739ffdf8fc02b9121998d6681 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 29 Mar 2023 21:21:46 +0200 Subject: commonlib/coreboot_tables.h: Fix typo in enum type name Fix a typo in an enum's type name, "tmp" ---> "tpm". The enum type is not used anywhere in the coreboot tree. Change-Id: Ie7529e7ee80aa9661ec053da8211c2c3295b3942 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/74120 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Benjamin Doron Reviewed-by: Maximilian Brune --- src/commonlib/include/commonlib/coreboot_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commonlib') diff --git a/src/commonlib/include/commonlib/coreboot_tables.h b/src/commonlib/include/commonlib/coreboot_tables.h index 1e8357798a..e646b8bf53 100644 --- a/src/commonlib/include/commonlib/coreboot_tables.h +++ b/src/commonlib/include/commonlib/coreboot_tables.h @@ -537,7 +537,7 @@ struct lb_smmstorev2 { uint8_t unused[3]; /* Set to zero */ }; -enum lb_tmp_ppi_tpm_version { +enum lb_tpm_ppi_tpm_version { LB_TPM_VERSION_UNSPEC = 0, LB_TPM_VERSION_TPM_VERSION_1_2, LB_TPM_VERSION_TPM_VERSION_2, -- cgit v1.2.3