soc/intel/common: Unbreak master

Commit 54b03569c moved a call to cse_trigger_recovery () around, and
commit 09635f418 renamed the function, but was tested before the first
commit was submitted, thus breaking the tree. Fix it.

Change-Id: If21ea0c1ebf9ce85c59ee25ec7f879abde2e3259
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55766
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Tim Wawrzynczak 2021-06-22 11:25:14 -06:00 committed by Felix Held
parent 09635f418b
commit f2801f455c
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@ void cse_fw_sync(void)
}
if (!cse_is_rw_bp_status_valid(&cse_bp_info.bp_info))
cse_trigger_recovery(CSE_LITE_SKU_RW_JUMP_ERROR);
cse_trigger_vboot_recovery(CSE_LITE_SKU_RW_JUMP_ERROR);
if (!cse_boot_to_rw(&cse_bp_info.bp_info)) {
printk(BIOS_ERR, "cse_lite: Failed to switch to RW\n");