summaryrefslogtreecommitdiff
path: root/tests/vboot_api_kernel2_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vboot_api_kernel2_tests.c')
-rw-r--r--tests/vboot_api_kernel2_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vboot_api_kernel2_tests.c b/tests/vboot_api_kernel2_tests.c
index 035c0501..c23f87fc 100644
--- a/tests/vboot_api_kernel2_tests.c
+++ b/tests/vboot_api_kernel2_tests.c
@@ -186,7 +186,7 @@ vb2_error_t VbExLegacy(enum VbAltFwIndex_t _altfw_num)
altfw_num = _altfw_num;
/* VbExLegacy() can only return failure, or not return at all. */
- return VBERROR_UNKNOWN;
+ return VB2_ERROR_UNKNOWN;
}
void VbExSleepMs(uint32_t msec)