diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/intel/haswell/romstage.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/intel/haswell/romstage.c b/src/cpu/intel/haswell/romstage.c index 9cd4ae009d..cde94417e3 100644 --- a/src/cpu/intel/haswell/romstage.c +++ b/src/cpu/intel/haswell/romstage.c @@ -275,13 +275,6 @@ void romstage_common(const struct romstage_params *params) void romstage_after_car(void) { - struct romstage_handoff *handoff; - - handoff = romstage_handoff_find_or_add(); - - if (handoff != NULL && handoff->s3_resume) - acpi_prepare_for_resume(); - /* Load the ramstage. */ run_ramstage(); } |