diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2006-12-01 10:01:50 +0000 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-12-01 10:01:50 +0000 |
commit | 0b47d654089c5ce3f2ea26a4485db9bcead1e515 (patch) | |
tree | a55cfebf89c8c0f43bf3b02d040f2456f8f9f633 /drivers/mtd/redboot.c | |
parent | 7dcb483de3b33e74ddd2040bd7b6ba96d86a91f8 (diff) |
[MTD] redboot partition combined fis / config problem
Can't analyze FIS directory in CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
really.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/redboot.c')
-rw-r--r-- | drivers/mtd/redboot.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/redboot.c b/drivers/mtd/redboot.c index 4b277211e27b..b5259215f6d7 100644 --- a/drivers/mtd/redboot.c +++ b/drivers/mtd/redboot.c @@ -110,6 +110,9 @@ static int parse_redboot_partitions(struct mtd_info *master, } } break; + } else { + /* re-calculate of real numslots */ + numslots = buf[i].size / sizeof(struct fis_image_desc); } } if (i == numslots) { |