sb/intel/bd82x6x/lpc.c: Remove reinitializing the SPI driver

This was done to update the global variable g_ichspi_lock but this is
now removed in favor of reading the lock bit during runtime instead of
keeping track of the state.

Change-Id: I8cb69a152b0e050d64d8979ee92de2d24136f8dc
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33390
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans 2019-06-11 11:23:52 +02:00
parent 816aaba399
commit 7407210a67

View file

@ -908,12 +908,6 @@ static void lpc_final(struct device *dev)
if (CONFIG(INTEL_CHIPSET_LOCKDOWN) ||
acpi_is_wakeup_s3()) {
outb(APM_CNT_FINALIZE, APM_CNT);
if (CONFIG(CONSOLE_SPI_FLASH))
/* Re-init SPI driver to handle locked BAR.
This prevents flashconsole from hanging.
If other code needs to use SPI during
ramstage, whitelist it here. */
spi_init();
}
}
}