aboutsummaryrefslogtreecommitdiff
path: root/src/vboot/vboot_logic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vboot/vboot_logic.c')
-rw-r--r--src/vboot/vboot_logic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vboot/vboot_logic.c b/src/vboot/vboot_logic.c
index af7e947911..fbbe3e8be7 100644
--- a/src/vboot/vboot_logic.c
+++ b/src/vboot/vboot_logic.c
@@ -329,7 +329,7 @@ void verstage_main(void)
antirollback_read_space_firmware(&ctx);
timestamp_add_now(TS_END_TPMINIT);
- if (!IS_ENABLED(CONFIG_VIRTUAL_DEV_SWITCH) &&
+ if (IS_ENABLED(CONFIG_PHYSICAL_DEV_SWITCH) &&
get_developer_mode_switch())
ctx.flags |= VB2_CONTEXT_FORCE_DEVELOPER_MODE;