aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rambi
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-05-21 07:34:53 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-05-21 07:56:57 +0200
commit16c12c0a302a64c523e85d90a6f6e0269618093a (patch)
treedbac8066b84b9e005faf4542b338cf1d4a23e9bf /src/mainboard/google/rambi
parent749e075ef30193600318a9e1b74fa655e6c08453 (diff)
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 <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10266 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/rambi')
-rw-r--r--src/mainboard/google/rambi/acpi_tables.c12
1 files changed, 0 insertions, 12 deletions
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)
{