summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2022-08-12 14:59:59 -0600
committerMartin L Roth <gaumless@gmail.com>2023-01-09 06:42:06 +0000
commit45174112b6f480ccadcb452302d5fb3d7638401a (patch)
tree9ed95c20e301c7b5e75de03be4fa172fbddfa632 /src/soc
parent890117b88066f5b5d8191255f28bc22bb758944a (diff)
downloadcoreboot-45174112b6f480ccadcb452302d5fb3d7638401a.tar.gz
coreboot-45174112b6f480ccadcb452302d5fb3d7638401a.tar.bz2
coreboot-45174112b6f480ccadcb452302d5fb3d7638401a.zip
soc/intel/xeon_sp/skx: Remove nested check for ACPI support
Remove redundant nested check for ACPI support. Change-Id: Ie4b40382d304028135bcdd7851e2f48333570421 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66698 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/xeon_sp/skx/chip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/xeon_sp/skx/chip.c b/src/soc/intel/xeon_sp/skx/chip.c
index efdeef8ee3e3..35e834aab365 100644
--- a/src/soc/intel/xeon_sp/skx/chip.c
+++ b/src/soc/intel/xeon_sp/skx/chip.c
@@ -28,10 +28,8 @@ static struct device_operations pci_domain_ops = {
.scan_bus = &xeonsp_pci_domain_scan_bus,
#if CONFIG(HAVE_ACPI_TABLES)
.write_acpi_tables = &northbridge_write_acpi_tables,
- #if CONFIG(HAVE_ACPI_TABLES)
.acpi_name = soc_acpi_name
#endif
-#endif
};
static struct device_operations cpu_bus_ops = {