This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / kontron / 986lcd-m / acpi_tables.c
index 2f9c1ec71fa0e5eebbd26ba9717bc0e5fc86120c..c7c060f0a3550aafae5a95fcb12f6eb07d3c1758 100644 (file)
@@ -313,7 +313,7 @@ unsigned long write_acpi_tables(unsigned long start)
 
        printk_debug("ACPI:     * DMI (Linux workaround)\n");
        memcpy((void *)0xfff80, dmi_table, DMI_TABLE_SIZE);
-#if HAVE_HIGH_TABLES == 1
+#if CONFIG_HAVE_HIGH_TABLES == 1
        memcpy((void *)current, dmi_table, DMI_TABLE_SIZE);
        current += DMI_TABLE_SIZE;
        ALIGN_CURRENT;