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:
parent
816aaba399
commit
7407210a67
1 changed files with 0 additions and 6 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue