Use ACPI text fields consistently with all other boards
[coreboot.git] / src / mainboard / getac / p470 / fadt.c
index 7c9b11361fadc349341d553a7498575eb05ebb53..98d7f416073ec3c0a5a9594a48092db736a1c6f8 100644 (file)
@@ -38,9 +38,9 @@ void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt)
        memcpy(header->signature, "FACP", 4);
        header->length = sizeof(acpi_fadt_t);
        header->revision = 3;
-       memcpy(header->oem_id, "CORE  ", 6);
-       memcpy(header->oem_table_id, "COREBOOT", 8);
-       memcpy(header->asl_compiler_id, "CORE", 4);
+       memcpy(header->oem_id, OEM_ID, 6);
+       memcpy(header->oem_table_id, ACPI_TABLE_CREATOR, 8);
+       memcpy(header->asl_compiler_id, ASLC, 4);
        header->asl_compiler_revision = 1;
 
        fadt->firmware_ctrl = (unsigned long) facs;