commit | 99352afe8f169c95b294b6b9a8d0e18cd9e3c2a0 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <rafal@milecki.pl> | Wed Jun 21 08:26:47 2017 +0200 |
committer | Brian Norris <computersforpeace@gmail.com> | Thu Jun 22 13:13:10 2017 -0700 |
tree | 12f31ac62e7a309bccabb2e3d424d5ecf5f7cc11 | |
parent | 1a0915be192606fee64830b9c5d70b7ed59426b6 [diff] |
mtd: extract TRX parser out of bcm47xxpart into a separated module 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>