summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/torpedo/fadt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/torpedo/fadt.c')
-rw-r--r--src/mainboard/amd/torpedo/fadt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/torpedo/fadt.c b/src/mainboard/amd/torpedo/fadt.c
index b20cfc8fb4..56a90a6ffb 100644
--- a/src/mainboard/amd/torpedo/fadt.c
+++ b/src/mainboard/amd/torpedo/fadt.c
@@ -52,7 +52,7 @@ void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
header->length = 244;
header->revision = 1;
memcpy(header->oem_id, OEM_ID, 6);
- memcpy(header->oem_table_id, ACPI_TABLE_CREATOR, 8);
+ memcpy(header->oem_table_id, ACPI_TABLE_CREATOR, 8);
memcpy(header->asl_compiler_id, ASLC, 4);
header->asl_compiler_revision = 0;