summaryrefslogtreecommitdiffstats
path: root/package/system/mtd/src/mtd.h
Commit message (Collapse)AuthorAgeFilesLines
* mvebu: add support for the Linksys boot counterImre Kaloz2015-08-191-0/+1
| | | | | | | | | | | | | The u-boot boot counter was never reset after a successful boot, which sometimes could make some variables become out of sync. This patch adds support for the boot counter and enables auto_recovery unconditionally. Signed-off-by: Jonas Gorski <jogo@openwrt.org> Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 46690
* mtd: add support for bad blocks in NAND flashFelix Fietkau2014-03-261-0/+1
| | | | | | | | | | | | | NAND flash is very likely to contain bad blocks. Currently, mtd and therefore sysupgrade fails when it encounters a single bad block, potentially leaving an unbootable system. This patch allows the mtd utility to skip bad blocks in NAND flash and complete sysupgrade successfully. Patch by: Matthew Redfearn <matt.redfearn@nxp.com> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40021
* packages: clean up the package folderJohn Crispin2013-06-211-0/+29
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007