diff options
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/phoenix/acpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/phoenix/acpi.c b/src/soc/amd/phoenix/acpi.c index 606a45ff62..c96d80c5fb 100644 --- a/src/soc/amd/phoenix/acpi.c +++ b/src/soc/amd/phoenix/acpi.c @@ -72,6 +72,8 @@ unsigned long soc_acpi_write_tables(const struct device *device, unsigned long c if (CONFIG(PLATFORM_USES_FSP2_0)) current = acpi_add_fsp_tables(current, rsdp); + else + current = acpi_add_opensil_tables(current, rsdp); return current; } |