This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / amd / pistachio / acpi_tables.c
index 541f6e48f613f674e33d97d97d12a42a94c667a5..e985d4552a6560a60e9ef94abb72a11be4fc24ec 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 */