summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_ui_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/vboot_ui_menu.c')
-rw-r--r--firmware/lib/vboot_ui_menu.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/firmware/lib/vboot_ui_menu.c b/firmware/lib/vboot_ui_menu.c
index 1de1d30e..9bbc2c70 100644
--- a/firmware/lib/vboot_ui_menu.c
+++ b/firmware/lib/vboot_ui_menu.c
@@ -136,15 +136,10 @@ static VbError_t boot_legacy_action(struct vb2_context *ctx)
return VBERROR_KEEP_LOOPING;
}
- if (0 == RollbackKernelLock(0))
- VbExLegacy(0);/* Will not return if successful */
- else
- VB2_DEBUG("Error locking kernel versions on legacy boot.\n");
-
+ vb2_run_altfw(0);
vb2_flash_screen(ctx);
VB2_DEBUG(no_legacy);
VbExDisplayDebugInfo(no_legacy);
- vb2_error_beep(VB_BEEP_FAILED);
return VBERROR_KEEP_LOOPING;
}