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 7bc1f278..ee5c3e3a 100644
--- a/firmware/2lib/include/2recovery_reasons.h
+++ b/firmware/2lib/include/2recovery_reasons.h
@@ -199,6 +199,9 @@ enum vb2_nv_recovery {
/* Secure data inititalization error */
VB2_RECOVERY_SECDATAK_INIT = 0x5d,
+ /* Fastboot mode requested in firmware */
+ VB2_RECOVERY_FW_FASTBOOT = 0x5e,
+
/* Unspecified/unknown error in rewritable firmware */
VB2_RECOVERY_RW_UNSPECIFIED = 0x7f,