summaryrefslogtreecommitdiff
path: root/src/mainboard/protectli
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-06-29 02:56:49 +0300
committerNico Huber <nico.h@gmx.de>2021-01-10 11:29:10 +0000
commita9766c7adaaa442fc3c42ca4f31fe4050cfa653d (patch)
treed926f7613b2849c11d5c7427ed43cbdf22eb978f /src/mainboard/protectli
parent8a5f157fdff9e0af9e7e0b9714c6b55f28f8ef1d (diff)
downloadcoreboot-a9766c7adaaa442fc3c42ca4f31fe4050cfa653d.tar.xz
mb/x/acpi_tables: Rename to mainboard_fill_gnvs()
Rename acpi_create_gnvs() functions under mb/ to reflect their changed functionality. Remove now empty mb/acpi_tables.c files. Change-Id: Ia366867ef73d1ade9805dc29b8e14b3073f44f60 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48707 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/protectli')
-rw-r--r--src/mainboard/protectli/vault_bsw/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/protectli/vault_bsw/acpi_tables.c b/src/mainboard/protectli/vault_bsw/acpi_tables.c
index c1c5f76611..b794840f5a 100644
--- a/src/mainboard/protectli/vault_bsw/acpi_tables.c
+++ b/src/mainboard/protectli/vault_bsw/acpi_tables.c
@@ -6,7 +6,7 @@
#include <soc/nvs.h>
#include <string.h>
-void acpi_create_gnvs(struct global_nvs *gnvs)
+void mainboard_fill_gnvs(struct global_nvs *gnvs)
{
acpi_init_gnvs(gnvs);