aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/southbridge.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-02 01:10:59 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-03 20:00:48 +0000
commitee1fb0aa1a316193d93b7a8b81b448b780f32e92 (patch)
tree39b0234e77ad658ca531d89981c0d873d324e56b /src/soc/amd/stoneyridge/southbridge.c
parent70f1af8934db9ca840eff994f93ae3aaa096bf84 (diff)
soc/amd: rename sb_init_acpi_ports to fch_init_acpi_ports
There's no dedicated south bridge any more and now we have integrated FCHs in the SoCs. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I19126da09f034f51b134f8d6ae2006f57fac1b0d Reviewed-on: https://review.coreboot.org/c/coreboot/+/50209 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/stoneyridge/southbridge.c')
-rw-r--r--src/soc/amd/stoneyridge/southbridge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/southbridge.c b/src/soc/amd/stoneyridge/southbridge.c
index 2a915965bb..2a78ff9650 100644
--- a/src/soc/amd/stoneyridge/southbridge.c
+++ b/src/soc/amd/stoneyridge/southbridge.c
@@ -356,7 +356,7 @@ void sb_enable(struct device *dev)
printk(BIOS_DEBUG, "%s\n", __func__);
}
-static void sb_init_acpi_ports(void)
+static void fch_init_acpi_ports(void)
{
u32 reg;
@@ -406,7 +406,7 @@ void fch_init(void *chip_info)
{
struct chipset_power_state *state;
- sb_init_acpi_ports();
+ fch_init_acpi_ports();
state = cbmem_add(CBMEM_ID_POWER_STATE, sizeof(*state));
if (state) {