Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/67539 )
Change subject: mb/google/mistral/verstage.c: Change loglevel prefix ......................................................................
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 --- M src/mainboard/google/mistral/verstage.c 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/67539/1
diff --git a/src/mainboard/google/mistral/verstage.c b/src/mainboard/google/mistral/verstage.c index ba6c1ff..520e933 100644 --- a/src/mainboard/google/mistral/verstage.c +++ b/src/mainboard/google/mistral/verstage.c @@ -9,7 +9,7 @@ { 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");