summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ma78gm/acpi_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ma78gm/acpi_tables.c')
-rw-r--r--src/mainboard/gigabyte/ma78gm/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ma78gm/acpi_tables.c b/src/mainboard/gigabyte/ma78gm/acpi_tables.c
index 29b00e5439..85de50bf78 100644
--- a/src/mainboard/gigabyte/ma78gm/acpi_tables.c
+++ b/src/mainboard/gigabyte/ma78gm/acpi_tables.c
@@ -233,7 +233,7 @@ unsigned long write_acpi_tables(unsigned long start)
current += sizeof(acpi_facs_t);
acpi_create_facs(facs);
- /* FDAT */
+ /* FADT */
current = ( current + 0x07) & -0x08;
printk(BIOS_DEBUG, "ACPI: * FADT at %lx\n", current);
fadt = (acpi_fadt_t *) current;