summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index fff9415240..334b7a6111 100644
--- a/include/common.h
+++ b/include/common.h
@@ -145,6 +145,8 @@ enum ec_error_list {
EC_ERROR_UNCHANGED = 22,
/* Memory allocation */
EC_ERROR_MEMORY_ALLOCATION = 23,
+ /* Invalid to configure in the current module mode/stage */
+ EC_ERROR_INVALID_CONFIG = 24,
/* Verified boot errors */
EC_ERROR_VBOOT_SIGNATURE = 0x1000, /* 4096 */