summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2recovery_reasons.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2recovery_reasons.h')
-rw-r--r--firmware/2lib/include/2recovery_reasons.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/2lib/include/2recovery_reasons.h b/firmware/2lib/include/2recovery_reasons.h
index 13685e62..441c58c5 100644
--- a/firmware/2lib/include/2recovery_reasons.h
+++ b/firmware/2lib/include/2recovery_reasons.h
@@ -220,6 +220,9 @@ enum vb2_nv_recovery {
/* Fastboot mode requested by user-mode */
VB2_RECOVERY_US_FASTBOOT = 0xc3,
+ /* User requested recovery for training memory and rebooting. */
+ VB2_RECOVERY_TRAIN_AND_REBOOT = 0xc4,
+
/* Unspecified/unknown error in user-mode */
VB2_RECOVERY_US_UNSPECIFIED = 0xff,
};