From c5853e95f2c7a1d70005e98d1d7653cdee7c9e76 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 16 Jun 2020 12:45:11 +0300 Subject: ACPI: Clean up some S3 related leftovers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With RELOCATABLE_RAMSTAGE the backing up of low memory on S3 resume path was dropped. We forgot some things behind. Change-Id: I674f23dade0095e64619af0ae81e23368b1ee471 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/42422 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Angel Pons --- src/include/program_loading.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include') diff --git a/src/include/program_loading.h b/src/include/program_loading.h index 72e8cf6445..fae70ce46b 100644 --- a/src/include/program_loading.h +++ b/src/include/program_loading.h @@ -174,10 +174,6 @@ int legacy_romstage_selector(struct prog *romstage); /* Run ramstage from romstage. */ void run_ramstage(void); -/* Backup OS memory to CBMEM_ID_RESUME on ACPI S3 resume path, - * if ramstage overwrites low memory. */ -void backup_ramstage_section(uintptr_t base, size_t size); - /*********************** * PAYLOAD LOADING * ***********************/ -- cgit v1.2.3