aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-22 11:38:05 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 13:00:33 +0000
commitd254fc4ac27a3de8c5e9840ae35cba557c7aa8ab (patch)
tree6946b48a2a705b27e5c7086179a314f9b355a1c9
parente1ebabe3cd46d6f12c42c4b0b2518f085ba37731 (diff)
mb/amd: Fix typos
Change-Id: I9abc0837b72b13e7614ecffa5b21c3d4bf41d0f8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39080 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r--src/mainboard/amd/gardenia/irq_tables.c2
-rw-r--r--src/mainboard/amd/padmelon/gpio.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/gardenia/irq_tables.c b/src/mainboard/amd/gardenia/irq_tables.c
index 66dafb7f28..2aefaea7ba 100644
--- a/src/mainboard/amd/gardenia/irq_tables.c
+++ b/src/mainboard/amd/gardenia/irq_tables.c
@@ -76,7 +76,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
pirq_info = (void *)(&pirq->checksum + 1);
slot_num = 0;
- /* pci bridge */
+ /* PCI bridge */
write_pirq_info(pirq_info, 0, PCI_DEVFN(0x14, 4),
0x1, 0xdef8, 0x2, 0xdef8, 0x3, 0xdef8, 0x4, 0xdef8, 0,
0);
diff --git a/src/mainboard/amd/padmelon/gpio.c b/src/mainboard/amd/padmelon/gpio.c
index df53c4a516..09e580e89d 100644
--- a/src/mainboard/amd/padmelon/gpio.c
+++ b/src/mainboard/amd/padmelon/gpio.c
@@ -24,7 +24,7 @@
* ramstage.
*/
static const struct soc_amd_gpio gpio_set_stage_reset[] = {
- /* GFX presense detect */
+ /* GFX presence detect */
PAD_GPI(GPIO_9, PULL_DOWN),
/* VDDP_VCTRL */
PAD_GPO(GPIO_40, HIGH),