aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/parrot/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/parrot/mainboard.c')
-rw-r--r--src/mainboard/google/parrot/mainboard.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/parrot/mainboard.c b/src/mainboard/google/parrot/mainboard.c
index 998cb3cedf..3f29312b07 100644
--- a/src/mainboard/google/parrot/mainboard.c
+++ b/src/mainboard/google/parrot/mainboard.c
@@ -39,15 +39,11 @@
void mainboard_suspend_resume(void)
{
- /* Call SMM finalize() handlers before resume */
- outb(0xcb, 0xb2);
-
/* Enable ACPI mode before OS resume */
outb(0xe1, 0xb2);
}
-
static void mainboard_init(device_t dev)
{
/* Initialize the Embedded Controller */