This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / technexion / tim8690 / acpi_tables.c
index 9aaede4b8d15b1aee892d07ecaaf71028cfe4411..3829a7a0823374d90fe28fe3a5cf5fc480cc2a9e 100644 (file)
@@ -59,7 +59,7 @@ static void dump_mem(u32 start, u32 end)
 
 extern u8 AmlCode[];
 
-#if ACPI_SSDTX_NUM >= 1
+#if CONFIG_ACPI_SSDTX_NUM >= 1
 extern u8 AmlCode_ssdt2[];
 extern u8 AmlCode_ssdt3[];
 extern u8 AmlCode_ssdt4[];
@@ -201,7 +201,7 @@ unsigned long write_acpi_tables(unsigned long start)
        current += ssdt->length;
        acpi_add_table(rsdt, ssdt);
 
-#if ACPI_SSDTX_NUM >= 1
+#if CONFIG_ACPI_SSDTX_NUM >= 1
 
        /* same htio, but different position? We may have to copy, change HCIN, and recalculate the checknum and add_table */