AMD binaryPI: Delay ACPI S3 backup until ramstage loader

Change-Id: I482cf93fe5dfab95817c87c32aad33df2e0a6439
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/15471
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Kyösti Mälkki 2016-06-27 12:14:49 +03:00
parent 67b34f8cfd
commit f22b26ad86
1 changed files with 0 additions and 5 deletions

View File

@ -289,10 +289,5 @@ void prepare_for_resume(void)
printk(BIOS_DEBUG, "CAR disabled.\n");
set_resume_cache();
/*
* Copy the system memory that is in the ramstage area to the
* reserved area.
*/
acpi_prepare_for_resume();
}
#endif