summaryrefslogtreecommitdiff
path: root/src/mainboard/google/fizz/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/fizz/smihandler.c')
-rw-r--r--src/mainboard/google/fizz/smihandler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/fizz/smihandler.c b/src/mainboard/google/fizz/smihandler.c
index d7ef5093f8..5f05b2e62c 100644
--- a/src/mainboard/google/fizz/smihandler.c
+++ b/src/mainboard/google/fizz/smihandler.c
@@ -32,7 +32,6 @@ void mainboard_smi_sleep(u8 slp_typ)
int mainboard_smi_apmc(u8 apmc)
{
- chromeec_smi_apmc(apmc, MAINBOARD_EC_SCI_EVENTS,
- MAINBOARD_EC_SMI_EVENTS);
+ chromeec_smi_apmc(apmc, MAINBOARD_EC_SCI_EVENTS, 0);
return 0;
}