summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/fsl_fastboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsl_fastboot.h b/include/fsl_fastboot.h
index d65f2262bb..9194ca658b 100644
--- a/include/fsl_fastboot.h
+++ b/include/fsl_fastboot.h
@@ -179,7 +179,7 @@ struct cmd_fastboot_interface {
*/
struct fastboot_ptentry {
/* The logical name for this partition, null terminated */
- char name[16];
+ char name[20];
/* The start wrt the nand part, must be multiple of nand block size */
unsigned int start;
/* The length of the partition, must be multiple of nand block size */