drivers/intel/fsp2: Change FSPS returned message to INFO

This message is not an error, but just informational.

BUG=none
TEST=Boot with CONSOLE_LOGLEVEL_3 and no longer see it printed

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ifb64edbe029cafa82aec99aa50de47f51cd50dce
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55971
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Raul E Rangel 2021-06-29 13:09:55 -06:00 committed by Raul Rangel
parent 35e27b34f5
commit 43e993b3b0
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ static void do_silicon_init(struct fsp_header *hdr)
else
status = silicon_init(upd);
printk(BIOS_ERR, "FSPS returned %x\n", status);
printk(BIOS_INFO, "FSPS returned %x\n", status);
timestamp_add_now(TS_FSP_SILICON_INIT_END);
post_code(POST_FSP_SILICON_EXIT);