From 16c12c0a302a64c523e85d90a6f6e0269618093a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 21 May 2015 07:34:53 +0200 Subject: Remove unused functions acpi_fill_slit and acpi_fill_srat were removed in commit 5e597572e. Take care of the boards that were added in the mean time. Change-Id: I907e51de5d4ce9acfcce82e6bb30eefff312d35d Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/10266 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel --- src/mainboard/google/rambi/acpi_tables.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/mainboard/google/rambi/acpi_tables.c') diff --git a/src/mainboard/google/rambi/acpi_tables.c b/src/mainboard/google/rambi/acpi_tables.c index 981116bfe4..bf2f3708ae 100644 --- a/src/mainboard/google/rambi/acpi_tables.c +++ b/src/mainboard/google/rambi/acpi_tables.c @@ -76,18 +76,6 @@ unsigned long acpi_fill_ssdt_generator(unsigned long current, return (unsigned long) (acpigen_get_current()); } -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; -} - #define ALIGN_CURRENT current = (ALIGN(current, 16)) unsigned long write_acpi_tables(unsigned long start) { -- cgit v1.2.3