aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/parmer/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/parmer/mainboard.c')
-rw-r--r--src/mainboard/amd/parmer/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/parmer/mainboard.c b/src/mainboard/amd/parmer/mainboard.c
index 40ad8c5d91..a83cd427f0 100644
--- a/src/mainboard/amd/parmer/mainboard.c
+++ b/src/mainboard/amd/parmer/mainboard.c
@@ -39,7 +39,7 @@ static void parmer_enable(device_t dev)
* The mainboard is the first place that we get control in ramstage. Check
* for S3 resume and call the approriate AGESA/CIMx resume functions.
*/
-#if CONFIG_HAVE_ACPI_RESUME == 1
+#if CONFIG_HAVE_ACPI_RESUME
acpi_slp_type = acpi_get_sleep_type();
if (acpi_slp_type == 3)
agesawrapper_fchs3earlyrestore();