aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/variants/buddy/variant.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-22 14:13:59 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 13:00:39 +0000
commit22f8ee0f0ee8383238cd92cec0b6e42ed0651ee8 (patch)
tree787a232365907ab29973dae53999998820c5039b /src/mainboard/google/auron/variants/buddy/variant.c
parentd254fc4ac27a3de8c5e9840ae35cba557c7aa8ab (diff)
mb/google: Fix typos
Change-Id: I77c33c19b56dc9bd54e7555ce59f6a07bde3dbb6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39081 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/auron/variants/buddy/variant.c')
-rw-r--r--src/mainboard/google/auron/variants/buddy/variant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/auron/variants/buddy/variant.c b/src/mainboard/google/auron/variants/buddy/variant.c
index 58fee1ef18..4e05711970 100644
--- a/src/mainboard/google/auron/variants/buddy/variant.c
+++ b/src/mainboard/google/auron/variants/buddy/variant.c
@@ -179,7 +179,7 @@ void lan_init(void)
/*
* Battery life time - LAN PCIe should enter ASPM L1 to save
* power when LAN connection is idle.
- * enable CLKREQ: LAN pci config space 0x81h=01
+ * enable CLKREQ: LAN PCI config space 0x81h=01
*/
pci_write_config8(ethernet_dev, 0x81, 0x01);
}