diff options
Diffstat (limited to 'src')
-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"); |