soc/intel/xeon_sp: Remove superfluous printk

This debug output is not very useful. If CONFIG_BOOTBLOCK_CONSOLE is
enabled there will already be something else printed on the console
before this.

Change-Id: I7c6013805497604bb6a42ed4f9fdc594a73c28f1
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47739
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Rocky Phagura
This commit is contained in:
Arthur Heymans 2020-11-19 09:05:20 +01:00 committed by Patrick Georgi
parent c4609125bf
commit 057f92902f
1 changed files with 0 additions and 3 deletions

View File

@ -62,9 +62,6 @@ void bootblock_soc_early_init(void)
void bootblock_soc_init(void)
{
if (CONFIG(BOOTBLOCK_CONSOLE))
printk(BIOS_DEBUG, "FSP TempRamInit successful...\n");
if (assembly_timestamp > bootblock_timestamp)
printk(BIOS_WARNING, "Invalid initial timestamp detected\n");