The patch titled redboot partition combind fis / config problem has been removed from the -mm tree. Its filename was redboot-partition-combind-fis--config-problem.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 git-mtd.patch git-sh.patch h8300-stray-bracket-fix.patch include-asm-h8300-extern-inline-static-inline.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