security/tpm/tss/vendor/cr50/cr50.c: Fix typo

Change-Id: I71c0b3b28979053b73f22f280ff11ba19ee0eee2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50372
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2021-02-07 21:15:31 +01:00 committed by Patrick Georgi
parent dc41371ce6
commit df89df7e59
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ uint32_t tlcl_cr50_enable_nvcommits(void)
uint16_t sub_command = TPM2_CR50_SUB_CMD_NVMEM_ENABLE_COMMITS;
struct tpm2_response *response;
printk(BIOS_INFO, "Enabling cr50 nvmem commmits\n");
printk(BIOS_INFO, "Enabling cr50 nvmem commits\n");
response = tpm_process_command(TPM2_CR50_VENDOR_COMMAND, &sub_command);