soc/intel/common: Unbreak master
Commit54b03569c
moved a call to cse_trigger_recovery () around, and commit09635f418
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:
parent
09635f418b
commit
f2801f455c
|
@ -743,7 +743,7 @@ void cse_fw_sync(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!cse_is_rw_bp_status_valid(&cse_bp_info.bp_info))
|
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)) {
|
if (!cse_boot_to_rw(&cse_bp_info.bp_info)) {
|
||||||
printk(BIOS_ERR, "cse_lite: Failed to switch to RW\n");
|
printk(BIOS_ERR, "cse_lite: Failed to switch to RW\n");
|
||||||
|
|
Loading…
Reference in New Issue