summaryrefslogtreecommitdiffstats
path: root/src/mainboard/portwell/m107
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-06-02 03:34:43 +0300
committerPatrick Georgi <pgeorgi@google.com>2020-06-07 21:53:33 +0000
commit02fd15dbcf02e8bc4de8c98aa6f4d44440661365 (patch)
tree019aa6048e83aabf0f6c7c3ace3e04d3ad21b6c7 /src/mainboard/portwell/m107
parent1edf8b77e02116cd01038cc17e42e2ea1a94c7f1 (diff)
downloadcoreboot-02fd15dbcf02e8bc4de8c98aa6f4d44440661365.tar.gz
coreboot-02fd15dbcf02e8bc4de8c98aa6f4d44440661365.tar.bz2
coreboot-02fd15dbcf02e8bc4de8c98aa6f4d44440661365.zip
acpi: Rename motherboard_fill_fadt() to mainboard_fill_fadt()
The prefix mainboard_ was used everywhere else. Change-Id: Ie576fd47301aa484cb1396e0c6f7260b7698af4d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42007 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/portwell/m107')
-rw-r--r--src/mainboard/portwell/m107/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/portwell/m107/acpi_tables.c b/src/mainboard/portwell/m107/acpi_tables.c
index 8492704b7459..e98df1460dc3 100644
--- a/src/mainboard/portwell/m107/acpi_tables.c
+++ b/src/mainboard/portwell/m107/acpi_tables.c
@@ -38,7 +38,7 @@ unsigned long acpi_fill_madt(unsigned long current)
return current;
}
-void motherboard_fill_fadt(acpi_fadt_t *fadt)
+void mainboard_fill_fadt(acpi_fadt_t *fadt)
{
fadt->preferred_pm_profile = PM_MOBILE;
fadt->iapc_boot_arch &= ~ACPI_FADT_8042;