aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t420s/acpi_tables.c
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/lenovo/t420s/acpi_tables.c
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/lenovo/t420s/acpi_tables.c')
-rw-r--r--src/mainboard/lenovo/t420s/acpi_tables.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/lenovo/t420s/acpi_tables.c b/src/mainboard/lenovo/t420s/acpi_tables.c
index 15b9d9a4e4..b8eb33502f 100644
--- a/src/mainboard/lenovo/t420s/acpi_tables.c
+++ b/src/mainboard/lenovo/t420s/acpi_tables.c
@@ -64,15 +64,3 @@ void acpi_create_gnvs(global_nvs_t *gnvs)
acpi_update_thermal_table(gnvs);
}
-
-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;
-}