summaryrefslogtreecommitdiff
path: root/include/fsl_fastboot.h
diff options
context:
space:
mode:
authorLuo Ji <ji.luo@nxp.com>2018-07-03 14:35:31 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-20 21:25:47 +0800
commit620747bfe94d7794d8db8f8a475a98346dedf8ea (patch)
tree7f48003c268dabf0c0cf56e7f02490e01e00a1b9 /include/fsl_fastboot.h
parent23c5c1858c55ffc06fa012a14d2faa87dfe42168 (diff)
MA-12120 [Android] Enlarge buffer size for partition name
Some partition name can be larger than 16 bytes like "factory_bootloader", enlage the buffer size to 20 bytes. Change-Id: I266c4e0af02e0ac1d758334aafcd6ed41d072dba Signed-off-by: Luo Ji <ji.luo@nxp.com>
Diffstat (limited to 'include/fsl_fastboot.h')
-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 ae4a568b60..8c530bb429 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 */