soc/intel/cmn/lpc: Fix typo from FAST_SPIBAR to LPC
BUG=b:211954778 TEST=None Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Ib8cc4b8d13b61e3935f2050d25ce0278162c91c4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63629 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
e0b7423d67
commit
6b888adcff
|
@ -152,7 +152,7 @@ void lpc_open_mmio_window(uintptr_t base, size_t size)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set FAST_SPIBAR BIOS Control register based on input bit field.
|
* Set LPC BIOS Control register based on input bit field.
|
||||||
*/
|
*/
|
||||||
static void lpc_set_bios_control_reg(uint8_t bios_cntl_bit)
|
static void lpc_set_bios_control_reg(uint8_t bios_cntl_bit)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue