From a6b41f2fd05c61ea74bea4a40d02250e9b37bee0 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 12 Sep 2022 10:16:19 +0200 Subject: 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 Change-Id: I91be3f47ae93c8262e430a06cacec3d2c29ebd58 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67539 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/mainboard/google/mistral/verstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/mistral/verstage.c b/src/mainboard/google/mistral/verstage.c index ba6c1ff267..520e933aee 100644 --- a/src/mainboard/google/mistral/verstage.c +++ b/src/mainboard/google/mistral/verstage.c @@ -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"); -- cgit v1.2.3