diff options
-rw-r--r-- | src/mainboard/google/guybrush/bootblock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/bootblock.c b/src/mainboard/google/guybrush/bootblock.c index 9c9fce7e8d..040bc52441 100644 --- a/src/mainboard/google/guybrush/bootblock.c +++ b/src/mainboard/google/guybrush/bootblock.c @@ -55,7 +55,8 @@ void bootblock_mainboard_early_init(void) * the Fibocom 350 PCIe init */ stopwatch_init_usecs_expire(&pcie_init_timeout_sw, FC350_PCIE_INIT_DELAY_US); - printk(BIOS_DEBUG, "Bootblock configure eSPI\n"); + + /* Early eSPI interface configuration */ dword = pm_read32(PM_SPI_PAD_PU_PD); dword |= PM_ESPI_CS_USE_DATA2; |