Delete the partition erase size initialisation to let the code that follows determine the biggest partition erase size. --- drivers/mtd/partition.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/partition.c b/drivers/mtd/partition.c index 5c0d46f..9b2b20e 100644 --- a/drivers/mtd/partition.c +++ b/drivers/mtd/partition.c @@ -108,7 +108,6 @@ struct mtd_info *mtd_add_partition(struct mtd_info *mtd, off_t offset, part->type = mtd->type; part->flags = mtd->flags; part->parent = &mtd->class_dev; - part->erasesize = mtd->erasesize; part->writesize = mtd->writesize; part->writebufsize = mtd->writebufsize; part->oobsize = mtd->oobsize; -- 1.8.3.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox