aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/opencellular/rotundu/fadt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/opencellular/rotundu/fadt.c')
-rw-r--r--src/mainboard/opencellular/rotundu/fadt.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/opencellular/rotundu/fadt.c b/src/mainboard/opencellular/rotundu/fadt.c
index cd8eefdd67..4194bfc324 100644
--- a/src/mainboard/opencellular/rotundu/fadt.c
+++ b/src/mainboard/opencellular/rotundu/fadt.c
@@ -25,8 +25,5 @@ void acpi_create_fadt(acpi_fadt_t *fadt, acpi_facs_t *facs, void *dsdt)
/* Platform specific customizations go here */
- header->checksum = 0;
- header->checksum =
- acpi_checksum((void *) fadt, sizeof(acpi_fadt_t));
-
+ header->checksum = acpi_checksum((void *) fadt, sizeof(acpi_fadt_t));
}