summaryrefslogtreecommitdiff
path: root/tests/vboot_ui_legacy_clamshell_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vboot_ui_legacy_clamshell_tests.c')
-rw-r--r--tests/vboot_ui_legacy_clamshell_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vboot_ui_legacy_clamshell_tests.c b/tests/vboot_ui_legacy_clamshell_tests.c
index 3b9727d8..d33cb71e 100644
--- a/tests/vboot_ui_legacy_clamshell_tests.c
+++ b/tests/vboot_ui_legacy_clamshell_tests.c
@@ -1149,7 +1149,7 @@ static void VbBootRecTestGpio(uint32_t first, uint32_t second, uint32_t third,
VB2_REQUEST_REBOOT_EC_TO_RO, msg);
TEST_EQ(virtdev_set, 1, " virtual dev mode on");
TEST_EQ(vb2_nv_get(ctx, VB2_NV_DEV_BOOT_EXTERNAL),
- !!USB_BOOT_ON_DEV,
+ !!BOOT_EXTERNAL_ON_DEV,
" NV_DEV_BOOT_EXTERNAL enabled");
} else {
TEST_EQ(VbBootRecoveryLegacyClamshell(ctx),