vboot: rename VB2_DISABLE_DEVELOPER_MODE

Rename VB2_DISABLE_DEVELOPER_MODE to VB2_CONTEXT_DISABLE_DEVELOPER_MODE.
See CL in CQ-DEPEND for details.

BUG=b:124141368
TEST=Build locally
CQ-DEPEND=CL:1460645
BRANCH=none

Change-Id: Ib9754425dc2f346e8edac584c4d076d13ae31d2d
Signed-off-by: Joel Kitching <kitching@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31298
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Joel Kitching 2019-01-11 19:30:42 +08:00 committed by Patrick Georgi
parent fdd3564765
commit ba5ae5bf20
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ void verstage_main(void)
if (get_recovery_mode_switch()) {
ctx.flags |= VB2_CONTEXT_FORCE_RECOVERY_MODE;
if (IS_ENABLED(CONFIG_VBOOT_DISABLE_DEV_ON_RECOVERY))
ctx.flags |= VB2_DISABLE_DEVELOPER_MODE;
ctx.flags |= VB2_CONTEXT_DISABLE_DEVELOPER_MODE;
}
if (IS_ENABLED(CONFIG_VBOOT_WIPEOUT_SUPPORTED) &&