Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/63629 )
Change subject: soc/intel/cmn/lpc: Fix typo from FAST_SPIBAR to LPC ......................................................................
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 --- M src/soc/intel/common/block/lpc/lpc_lib.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Werner Zeh: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/soc/intel/common/block/lpc/lpc_lib.c b/src/soc/intel/common/block/lpc/lpc_lib.c index 2bd9858..a44c2da 100644 --- a/src/soc/intel/common/block/lpc/lpc_lib.c +++ b/src/soc/intel/common/block/lpc/lpc_lib.c @@ -152,7 +152,7 @@ }
/* - * 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) {
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.