The patch titled redboot partition combind fis / config problem has been added to the -mm tree. Its filename is redboot-partition-combind-fis--config-problem.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: redboot partition combind fis / config problem From: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Can't analyze FIS directory in CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG really. Signed-off-by: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/mtd/redboot.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN drivers/mtd/redboot.c~redboot-partition-combind-fis--config-problem drivers/mtd/redboot.c --- a/drivers/mtd/redboot.c~redboot-partition-combind-fis--config-problem +++ a/drivers/mtd/redboot.c @@ -110,6 +110,9 @@ static int parse_redboot_partitions(stru } } break; + } else { + /* re-calculate of real numslots */ + numslots = buf[i].size / sizeof(struct fis_image_desc); } } if (i == numslots) { _ Patches currently in -mm which might be from ysato@xxxxxxxxxxxxxxxxxxxx are redboot-partition-combind-fis--config-problem.patch git-sh.patch h8300-stray-bracket-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html