mb/google/guybrush: drop printk in bootblock_mainboard_early_init
bootblock_mainboard_early_init gets called before console_init. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ia5a1da336e8dfc451177a5319a656c407c9fef7d Reviewed-on: https://review.coreboot.org/c/coreboot/+/58077 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
c3a9e53714
commit
8b17cb8a8c
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ void bootblock_mainboard_early_init(void)
|
||||||
* the Fibocom 350 PCIe init
|
* the Fibocom 350 PCIe init
|
||||||
*/
|
*/
|
||||||
stopwatch_init_usecs_expire(&pcie_init_timeout_sw, FC350_PCIE_INIT_DELAY_US);
|
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_read32(PM_SPI_PAD_PU_PD);
|
||||||
dword |= PM_ESPI_CS_USE_DATA2;
|
dword |= PM_ESPI_CS_USE_DATA2;
|
||||||
|
|
Loading…
Reference in a new issue