summaryrefslogtreecommitdiff
path: root/src/soc/amd/genoa/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/genoa/chip.c')
-rw-r--r--src/soc/amd/genoa/chip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/amd/genoa/chip.c b/src/soc/amd/genoa/chip.c
index 46f43d1f48..d32d3aef7a 100644
--- a/src/soc/amd/genoa/chip.c
+++ b/src/soc/amd/genoa/chip.c
@@ -1,9 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <device/device.h>
+#include <soc/southbridge.h>
+#include <soc/acpi.h>
static void soc_init(void *chip_info)
{
+ default_dev_ops_root.write_acpi_tables = soc_acpi_write_tables;
}
static void soc_final(void *chip_info)