diff options
-rw-r--r-- | lib/libavb/avb_slot_verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libavb/avb_slot_verify.h b/lib/libavb/avb_slot_verify.h index 1e660ca..87a6798 100644 --- a/lib/libavb/avb_slot_verify.h +++ b/lib/libavb/avb_slot_verify.h @@ -56,7 +56,7 @@ typedef enum { const char* avb_slot_verify_result_to_string(AvbSlotVerifyResult result); /* Maximum number of rollback index slots number supported. */ -#define AVB_MAX_NUMBER_OF_ROLLBACK_INDEX_SLOTS 32 +#define AVB_MAX_NUMBER_OF_ROLLBACK_INDEX_SLOTS 4 /* AvbPartitionData contains data loaded from partitions when using * avb_slot_verify(). The |partition_name| field contains the name of |