diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/zork/smihandler.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/zork/smihandler.c b/src/mainboard/google/zork/smihandler.c index 6ef2704de1..1c26d45bca 100644 --- a/src/mainboard/google/zork/smihandler.c +++ b/src/mainboard/google/zork/smihandler.c @@ -34,10 +34,5 @@ int mainboard_smi_apmc(u8 apmc) chromeec_smi_apmc(apmc, MAINBOARD_EC_SCI_EVENTS, MAINBOARD_EC_SMI_EVENTS); - /* Temporary fix - Needs to go into ACPI instead */ - /* Turn on the backlight when we go to ACPI mode */ - if (apmc == APM_CNT_ACPI_ENABLE) - gpio_set(GPIO_85, 0); - return 0; } |