Use ACPI text fields consistently with all other boards
[coreboot.git] / src / mainboard / kontron / 986lcd-m / fadt.c
index f945d3f5b172f1667e816b55b2678c8e77ee47c1..c7227bf4c87e0ba6889818c2be4a80724d84c69a 100644 (file)
@@ -31,9 +31,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;