summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2return_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2return_codes.h')
-rw-r--r--firmware/2lib/include/2return_codes.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index 176c2c6b..ca30ffa7 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -754,14 +754,17 @@ enum vb2_return_code {
* Deprecated: functionality removed with legacy UI (b/167643628) */
VB2_ERROR_DEPRECATED_EX_SET_VENDOR_DATA,
- /* The memory test is running but the output buffer was unchanged. */
- VB2_ERROR_EX_DIAG_TEST_RUNNING,
+ /* The memory test is running but the output buffer was unchanged.
+ Deprecated with b/172339016. */
+ VB2_ERROR_DEPRECATED_EX_DIAG_TEST_RUNNING,
- /* The memory test is running and the output buffer was updated. */
- VB2_ERROR_EX_DIAG_TEST_UPDATED,
+ /* The memory test is running and the output buffer was updated.
+ Deprecated with b/172339016. */
+ VB2_ERROR_DEPRECATED_EX_DIAG_TEST_UPDATED,
- /* The memory test initialization failed. */
- VB2_ERROR_EX_DIAG_TEST_INIT_FAILED,
+ /* The memory test initialization failed.
+ Deprecated with b/172339016. */
+ VB2_ERROR_DEPRECATED_EX_DIAG_TEST_INIT_FAILED,
/**********************************************************************
* LoadKernel errors