aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/parrot/early_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/parrot/early_init.c')
-rw-r--r--src/mainboard/google/parrot/early_init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/parrot/early_init.c b/src/mainboard/google/parrot/early_init.c
index f4769a1343..ba93531cb5 100644
--- a/src/mainboard/google/parrot/early_init.c
+++ b/src/mainboard/google/parrot/early_init.c
@@ -118,8 +118,3 @@ void mainboard_get_spd(spd_raw_data *spd, bool id_only)
read_spd(&spd[0], 0x50, id_only);
read_spd(&spd[2], 0x52, id_only);
}
-
-int mainboard_should_reset_usb(int s3resume)
-{
- return !s3resume;
-}