aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/vault_bsw/fadt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/protectli/vault_bsw/fadt.c')
-rw-r--r--src/mainboard/protectli/vault_bsw/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/protectli/vault_bsw/fadt.c b/src/mainboard/protectli/vault_bsw/fadt.c
index 2a32c7956c..37166c3a9c 100644
--- a/src/mainboard/protectli/vault_bsw/fadt.c
+++ b/src/mainboard/protectli/vault_bsw/fadt.c
@@ -25,7 +25,7 @@ void acpi_create_fadt(acpi_fadt_t *fadt, acpi_facs_t *facs, void *dsdt)
fadt->x_dsdt_l = (unsigned long)dsdt;
fadt->x_dsdt_h = 0;
- acpi_fill_in_fadt(fadt);
+ acpi_fill_fadt(fadt);
motherboard_fill_fadt(fadt);
header->checksum = acpi_checksum((void *)fadt, header->length);