This patch adds empty acpi_fill_slit functions so they build again.
[coreboot.git] / src / mainboard / intel / xe7501devkit / acpi_tables.c
index 84edb69d7570486e2ee2876e79a808c4756edadc..ddfddbea0c99f9b1eb11eb94bf399c405caade9d 100644 (file)
@@ -20,6 +20,12 @@ unsigned long acpi_fill_mcfg(unsigned long current)
        return current;
 }
 
+unsigned long acpi_fill_slit(unsigned long current)
+{
+       // Not implemented
+       return current;
+}
+
 unsigned long acpi_fill_srat(unsigned long current)
 {
        // Not implemented