summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_ui_legacy_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/vboot_ui_legacy_menu.c')
-rw-r--r--firmware/lib/vboot_ui_legacy_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib/vboot_ui_legacy_menu.c b/firmware/lib/vboot_ui_legacy_menu.c
index c11e845f..f5165ad7 100644
--- a/firmware/lib/vboot_ui_legacy_menu.c
+++ b/firmware/lib/vboot_ui_legacy_menu.c
@@ -396,7 +396,7 @@ static vb2_error_t to_dev_action(struct vb2_context *ctx)
vb2_enable_developer_mode(ctx);
- return VB2_REQUEST_REBOOT;
+ return VB2_REQUEST_REBOOT_EC_TO_RO;
}
/* Action that disables developer mode, shows TO_NORM_CONFIRMED and reboots. */