From 1891bfdac65f02769a5581d274b668a9e0dbf176 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 26 Jun 2016 14:03:55 +0300 Subject: intel/haswell: No need for ACPI S3 resume backup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Platform is with RELOCATABLE_RAMSTAGE so nothing to backup. Change-Id: I2397db8affb084e34ca89dac4840f966b994e636 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/15462 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/cpu/intel/haswell/romstage.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') 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(); } -- cgit v1.2.3