From 5d2928cdab0afe7624d4d49a180f90c6ceeb0674 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 21 Sep 2017 19:17:33 +0530 Subject: arch/x86: Include acpi_s3.c support in postcar stage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch ensures acpi APIs are available for postcar stage. Change-Id: Ia0f83cd4886ba7a16286dbbeb3257ede014ee3c7 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/21626 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Aaron Durbin --- src/arch/x86/acpi_s3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/acpi_s3.c') diff --git a/src/arch/x86/acpi_s3.c b/src/arch/x86/acpi_s3.c index 0a17eadc53..90f2c4ee7b 100644 --- a/src/arch/x86/acpi_s3.c +++ b/src/arch/x86/acpi_s3.c @@ -25,7 +25,7 @@ #include #include -#if ENV_RAMSTAGE +#if ENV_RAMSTAGE || ENV_POSTCAR /* This is filled with acpi_is_wakeup() call early in ramstage. */ static int acpi_slp_type = -1; -- cgit v1.2.3