From ba5ae5bf2097c3ba97634b97f445f823547645f2 Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Fri, 11 Jan 2019 19:30:42 +0800 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/31298 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/security/vboot/vboot_logic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/security/vboot') diff --git a/src/security/vboot/vboot_logic.c b/src/security/vboot/vboot_logic.c index 8c3ba80da0..7ab9824843 100644 --- a/src/security/vboot/vboot_logic.c +++ b/src/security/vboot/vboot_logic.c @@ -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) && -- cgit v1.2.3