summaryrefslogtreecommitdiff
path: root/src/mainboard/google/fizz/smihandler.c
diff options
context:
space:
mode:
authorShelley Chen <shchen@chromium.org>2017-03-10 17:44:00 -0800
committerMartin Roth <martinroth@google.com>2017-03-23 20:46:03 +0100
commit336d8c8cd09f8bd540bc7a0e0f52177c03c4c586 (patch)
tree670b59f8a9c5d96e7fec67f37ebb3cdfb1baa92c /src/mainboard/google/fizz/smihandler.c
parent243dc3913df4bc112e074931c7726a6eb21273c6 (diff)
downloadcoreboot-336d8c8cd09f8bd540bc7a0e0f52177c03c4c586.tar.xz
google/fizz: Remove poppy-specific configs
- Remove spd files/directory - Remove audio blobs - Remove dptf.asl contents - Remove MKBP - Remove acpi table initialization BUG=b:35775024 BRANCH=None TEST=Compiles successfully Change-Id: I5d717d23224956ee1653c5ded28abd05cd254c3a Signed-off-by: Shelley Chen <shchen@chromium.org> Reviewed-on: https://review.coreboot.org/18857 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
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;
}