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:
parent
35e27b34f5
commit
43e993b3b0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue