summaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/chip.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-09 16:47:09 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-11 00:46:12 +0000
commita8d4a718e3a95dde5146e67790e15ca3f3b71cf7 (patch)
treee952255ae27c2eb12947a131953195e07277d5f1 /src/soc/amd/stoneyridge/chip.c
parente094b1f137fa6d3168b836c498ede87079a10b8e (diff)
soc/amd/stoneyridge: drop empty sb_enable
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I9b6e0bd5c7358e2f18f929d5b098d95acbf59a5c Reviewed-on: https://review.coreboot.org/c/coreboot/+/50437 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/stoneyridge/chip.c')
-rw-r--r--src/soc/amd/stoneyridge/chip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/stoneyridge/chip.c b/src/soc/amd/stoneyridge/chip.c
index 9cae98b9db..f63a7c3779 100644
--- a/src/soc/amd/stoneyridge/chip.c
+++ b/src/soc/amd/stoneyridge/chip.c
@@ -112,9 +112,6 @@ static void enable_dev(struct device *dev)
case DEVICE_PATH_CPU_CLUSTER:
dev->ops = &cpu_bus_ops;
break;
- case DEVICE_PATH_PCI:
- sb_enable(dev);
- break;
case DEVICE_PATH_MMIO:
if (i2c_acpi_name(dev) != NULL)
dev->ops = &stoneyridge_i2c_mmio_ops;