summaryrefslogtreecommitdiff
path: root/firmware/include/gpt_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/gpt_misc.h')
-rw-r--r--firmware/include/gpt_misc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/include/gpt_misc.h b/firmware/include/gpt_misc.h
index 49e13518..9f442c49 100644
--- a/firmware/include/gpt_misc.h
+++ b/firmware/include/gpt_misc.h
@@ -51,12 +51,12 @@ enum {
*/
GPT_UPDATE_ENTRY_BAD = 2,
/*
- * Used for fastboot mode. When an image is written to kernel partition,
- * its GPT entry is marked with S1,P1,T15.
+ * Used for fastboot mode. If kernel partition slot is marked active,
+ * its GPT entry is marked with S1,P2,T0.
*/
- GPT_UPDATE_ENTRY_RESET = 3,
+ GPT_UPDATE_ENTRY_ACTIVE = 3,
/*
- * Used for fastboot mode. When an image is written to kernel partition,
+ * Used for fastboot mode. If kernel partition slot is marked invalid,
* its GPT entry is marked with S0,P0,T0.
*/
GPT_UPDATE_ENTRY_INVALID = 4,