diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2020-11-19 09:05:20 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-20 07:58:57 +0000 |
commit | 057f92902f1b4287a592bf25ab3e3e03e78f4094 (patch) | |
tree | e20f6983d7fbd8e5bc84dbcb21f4110337615173 /src/soc/intel/xeon_sp | |
parent | c4609125bf36314cf77d15d2d7578eca1d4577ee (diff) |
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
Diffstat (limited to 'src/soc/intel/xeon_sp')
-rw-r--r-- | src/soc/intel/xeon_sp/bootblock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/xeon_sp/bootblock.c b/src/soc/intel/xeon_sp/bootblock.c index baf5ab5ad9..0b04f03215 100644 --- a/src/soc/intel/xeon_sp/bootblock.c +++ b/src/soc/intel/xeon_sp/bootblock.c @@ -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"); |