summaryrefslogtreecommitdiff
path: root/include/flash_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/flash_log.h')
-rw-r--r--include/flash_log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/flash_log.h b/include/flash_log.h
index bb4baf651c..64ee2703e3 100644
--- a/include/flash_log.h
+++ b/include/flash_log.h
@@ -64,7 +64,8 @@ enum nvmem_failure_type {
NVMEMF_SECTION_VERIFY = 9,
NVMEMF_PRE_ERASE_MISMATCH = 10,
NVMEMF_PAGE_LIST_OVERFLOW = 11,
- NVMEMF_CIPHER_ERROR = 12
+ NVMEMF_CIPHER_ERROR = 12,
+ NVMEMF_CORRUPTED_INIT = 13
};
/* Not all nvmem failures require payload. */