commit | 337691dda483a49e20284a367fd55d4d9b9ed3d4 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Mar 18 11:17:37 2009 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Apr 29 11:06:06 2009 +0200 |
tree | d3a0679e1dfc290fcb87485e1a25e0614d5fa887 | |
parent | 02664281c8e3be96f08c8d1a6def5a26c3691e95 [diff] |
MTD: Change cfi-mtd to accept non-uniform sector sizes With this patch non-uniform NOR FLASH chips (chips with multiple erase regions) can be exported via the cfi-mtd layer and therefor used by UBI. We select the largest sector size as erasesize. The cfi driver will make sure that the smaller sectors are handled correctly. Signed-off-by: Stefan Roese <sr@denx.de>