tpm2: Fixed typo
Fixed "intierface" typo. Change-Id: I65f0156ee059a8bed96c900ca3da3a06f45901e8 Signed-off-by: Robert Foss <robert.foss@collabora.com> Reviewed-on: https://review.coreboot.org/16252 Tested-by: build bot (Jenkins) Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
parent
a7fa5dd3a9
commit
8dc20bb698
|
@ -62,7 +62,7 @@ int tis_init(void)
|
||||||
|
|
||||||
if (tpm2_init(spi_setup_slave(CONFIG_DRIVER_TPM_SPI_BUS,
|
if (tpm2_init(spi_setup_slave(CONFIG_DRIVER_TPM_SPI_BUS,
|
||||||
CONFIG_DRIVER_TPM_SPI_CHIP))) {
|
CONFIG_DRIVER_TPM_SPI_CHIP))) {
|
||||||
printk(BIOS_ERR, "Failed to initialize TPM SPI intierface\n");
|
printk(BIOS_ERR, "Failed to initialize TPM SPI interface\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue