summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rambi/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/rambi/ec.c')
-rw-r--r--src/mainboard/google/rambi/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rambi/ec.c b/src/mainboard/google/rambi/ec.c
index a6d21618a8b8..238f795a0335 100644
--- a/src/mainboard/google/rambi/ec.c
+++ b/src/mainboard/google/rambi/ec.c
@@ -29,7 +29,7 @@ void mainboard_ec_init(void)
post_code(0xf0);
/* Restore SCI event mask on resume. */
- if (acpi_slp_type == 3) {
+ if (acpi_is_wakeup_s3()) {
google_chromeec_log_events(MAINBOARD_EC_LOG_EVENTS |
MAINBOARD_EC_S3_WAKE_EVENTS);