vboot2: read dev and recovery switch
TEST=Built with VBOOT2_VERIFY_FIRMWARE on/off. Booted Nyan Blaze. BUG=none Branch=none Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Change-Id: Ia5353018a0db3dae2e0432b7e6a34d46f81b0ffa Reviewed-on: https://chromium-review.googlesource.com/206064 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: Daisuke Nojiri <dnojiri@chromium.org> Commit-Queue: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
parent
1f215672de
commit
b420451c71
3 changed files with 13 additions and 6 deletions
|
|
@ -264,12 +264,12 @@ void __attribute__((noinline)) select_firmware(void)
|
|||
* invalid secdata and tell us what to do (=reboot). */
|
||||
//antirollback_read_space_firmware(&ctx);
|
||||
|
||||
//if (get_developer_mode_switch())
|
||||
// ctx.flags |= VB2_CONTEXT_FORCE_DEVELOPER_MODE;
|
||||
//if (get_recovery_mode_switch()) {
|
||||
// clear_recovery_mode_switch();
|
||||
// ctx.flags |= VB2_CONTEXT_FORCE_RECOVERY_MODE;
|
||||
//}
|
||||
if (get_developer_mode_switch())
|
||||
ctx.flags |= VB2_CONTEXT_FORCE_DEVELOPER_MODE;
|
||||
if (get_recovery_mode_switch()) {
|
||||
clear_recovery_mode_switch();
|
||||
ctx.flags |= VB2_CONTEXT_FORCE_RECOVERY_MODE;
|
||||
}
|
||||
|
||||
/* Do early init */
|
||||
VBDEBUG("Phase 1\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue