summaryrefslogtreecommitdiff
path: root/baseboard/trogdor/hibernate.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/trogdor/hibernate.c')
-rw-r--r--baseboard/trogdor/hibernate.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/baseboard/trogdor/hibernate.c b/baseboard/trogdor/hibernate.c
deleted file mode 100644
index c28082e75d..0000000000
--- a/baseboard/trogdor/hibernate.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "gpio.h"
-#include "system.h"
-
-void board_hibernate_late(void)
-{
- /* Set the hibernate GPIO to turn off the rails */
- gpio_set_level(GPIO_HIBERNATE_L, 0);
-}