From 9641a92b112c5759ccb956287e80ba4a4983611b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 20 May 2018 17:46:51 -0600 Subject: src: Remove non-ascii characters Change-Id: Iedb78e24a286a51830c85724af0179995ed553be Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/26434 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/soc/intel/cannonlake/lockdown.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel/cannonlake/lockdown.c') diff --git a/src/soc/intel/cannonlake/lockdown.c b/src/soc/intel/cannonlake/lockdown.c index dba59014db..7a3b0c0130 100644 --- a/src/soc/intel/cannonlake/lockdown.c +++ b/src/soc/intel/cannonlake/lockdown.c @@ -60,8 +60,8 @@ static void dmi_lockdown_cfg(void) * GCS.BBS: (Boot BIOS Strap) This field determines the destination * of accesses to the BIOS memory range. * Bits Description - * “0b”: SPI - * “1b”: LPC/eSPI + * "0b": SPI + * "1b": LPC/eSPI */ pcr_or8(PID_DMI, PCR_DMI_GCS, PCR_DMI_GCS_BILD); } -- cgit v1.2.3