aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/olivehillplus/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/olivehillplus/romstage.c')
-rw-r--r--src/mainboard/amd/olivehillplus/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/olivehillplus/romstage.c b/src/mainboard/amd/olivehillplus/romstage.c
index 6fa3af6bb9..63044ed4d0 100644
--- a/src/mainboard/amd/olivehillplus/romstage.c
+++ b/src/mainboard/amd/olivehillplus/romstage.c
@@ -90,7 +90,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
post_code(0x39);
AGESAWRAPPER(amdinitearly);
- int s3resume = acpi_is_wakeup_early() && acpi_s3_resume_allowed();
+ int s3resume = acpi_is_wakeup_s3();
if (!s3resume) {
post_code(0x40);
AGESAWRAPPER(amdinitpost);