From 1b410d9ab98b084ab90d012a2ae80c25b1b0a544 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 26 Jan 2024 14:05:58 +0100 Subject: soc/amd: rename agesa_write_acpi_tables to soc_acpi_write_tables It's not the AGESA code that generates most of the ACPI tables, so rename the function. This also aligns the other SoCs more with Genoa. Signed-off-by: Felix Held Change-Id: I6b2e6c4cb7139c8bde01b4440ab2e923a1086827 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80217 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/soc/amd/glinda/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/glinda/chip.c') diff --git a/src/soc/amd/glinda/chip.c b/src/soc/amd/glinda/chip.c index 32d3ce5d10..ff10b622f0 100644 --- a/src/soc/amd/glinda/chip.c +++ b/src/soc/amd/glinda/chip.c @@ -37,7 +37,7 @@ struct device_operations glinda_pci_domain_ops = { static void soc_init(void *chip_info) { - default_dev_ops_root.write_acpi_tables = agesa_write_acpi_tables; + default_dev_ops_root.write_acpi_tables = soc_acpi_write_tables; amd_fsp_silicon_init(); -- cgit v1.2.3