mb/google/mistral/verstage.c: Change loglevel prefix

BIOS_ERR is inappropriate since the message is informational.
Use BIOS_INFO instead.

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I91be3f47ae93c8262e430a06cacec3d2c29ebd58
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67539
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Elyes Haouas 2022-09-12 10:16:19 +02:00 committed by Felix Held
parent e1465e2157
commit a6b41f2fd0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ void verstage_mainboard_init(void)
{
struct spi_slave spi;
printk(BIOS_ERR, "Trying to initialize TPM SPI bus\n");
printk(BIOS_INFO, "Trying to initialize TPM SPI bus\n");
if (spi_setup_slave(CONFIG_DRIVER_TPM_SPI_BUS,
CONFIG_DRIVER_TPM_SPI_CHIP, &spi)) {
printk(BIOS_ERR, "Failed to setup TPM SPI slave\n");