summaryrefslogtreecommitdiff
path: root/power/baytrail.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/baytrail.c')
-rw-r--r--power/baytrail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/power/baytrail.c b/power/baytrail.c
index e76cff93e9..9ca1633a2f 100644
--- a/power/baytrail.c
+++ b/power/baytrail.c
@@ -60,7 +60,6 @@ void chipset_force_shutdown(void)
* Force x86 off. This condition will reset once the state machine
* transitions to G3.
*/
- /* TODO(rspangler): verify this works */
gpio_set_level(GPIO_PCH_SYS_PWROK, 0);
gpio_set_level(GPIO_PCH_RSMRST_L, 0);
}