summaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout/acpi_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/stout/acpi_tables.c')
-rw-r--r--src/mainboard/google/stout/acpi_tables.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/google/stout/acpi_tables.c b/src/mainboard/google/stout/acpi_tables.c
index 23c47f96f5..5f4a0c458f 100644
--- a/src/mainboard/google/stout/acpi_tables.c
+++ b/src/mainboard/google/stout/acpi_tables.c
@@ -80,14 +80,3 @@ void acpi_create_gnvs(global_nvs_t *gnvs)
gnvs->xhci = XHCI_MODE;
}
-unsigned long acpi_fill_slit(unsigned long current)
-{
- // Not implemented
- return current;
-}
-
-unsigned long acpi_fill_srat(unsigned long current)
-{
- /* No NUMA, no SRAT */
- return current;
-}