mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: intel/haswell: No need for ACPI S3 resume backup
Platform is with RELOCATABLE_RAMSTAGE so nothing to backup. Change-Id: I2397db8affb084e34ca89dac4840f966b994e636 Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15462 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/357663 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
1128fd8fca
commit
681684b302
1 changed files with 0 additions and 7 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue