From 0cd338e6e489eacfedb8fab3ff161b1578d08f07 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 29 Jul 2016 14:07:30 -0600 Subject: Remove non-ascii & unprintable characters These non-ascii & unprintable characters aren't needed. Change-Id: I129f729f66d6a692de729d76971f7deb7a19c254 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15977 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/mainboard/apple/macbook21/romstage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/apple/macbook21') diff --git a/src/mainboard/apple/macbook21/romstage.c b/src/mainboard/apple/macbook21/romstage.c index 296f8986b3..4d49e89326 100644 --- a/src/mainboard/apple/macbook21/romstage.c +++ b/src/mainboard/apple/macbook21/romstage.c @@ -85,8 +85,8 @@ static void ich7_enable_lpc(void) // Macbook21: 0x0010 == 00000000 00010000 // Bit 9:8 LPT Decode Range. This field determines which range to // decode for the LPT Port. - // 00 = 378h ­ 37Fh and 778h ­ 77Fh - // 10 = 3BCh ­ 3BEh and 7BCh ­ 7BEh + // 00 = 378h - 37Fh and 778h - 77Fh + // 10 = 3BCh - 3BEh and 7BCh - 7BEh pci_write_config16(PCI_DEV(0, 0x1f, 0), 0x80, 0x0010); // LPC_EN--LPC I/F Enables Register -- cgit v1.2.3