Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-23 | mtd: parsers: trx: fix pr_err format for printing offset | Rafał Miłecki | |
This fixes following warning: include/linux/kern_levels.h:4:18: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Brian Norris <computersforpeace@gmail.com> | |||
2017-06-22 | mtd: extract TRX parser out of bcm47xxpart into a separated module | Rafał Miłecki | |
This makes TRX parsing code reusable with other platforms and parsers. Please note this patch doesn't really change anything in the existing code, just moves it. There is still some place for improvement (e.g. working on non-hacky method of checking rootfs format) but it's not really a subject of this change. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Brian Norris <computersforpeace@gmail.com> |