mtd: bcm63xxpart: move imagetag parsing to its own parser
authorJonas Gorski <jonas.gorski@gmail.com>
Thu, 28 Mar 2019 14:19:08 +0000 (15:19 +0100)
committerRichard Weinberger <richard@nod.at>
Mon, 6 May 2019 19:46:45 +0000 (21:46 +0200)
commitdd84cb022b310674f4c287ac426cb10f1b577140
tree088070af45b8c7fa44494518a8283b49214b17cb
parente651de475a7a919403b51eb93db374d732377b0e
mtd: bcm63xxpart: move imagetag parsing to its own parser

Move the bcm963xx Image Tag parsing into its own partition parser. This
Allows reusing the parser with different full flash parsers.

While moving it, rename it to bcm963* to better reflect it isn't chip,
but reference implementation specific.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/Kconfig
drivers/mtd/bcm63xxpart.c
drivers/mtd/parsers/Kconfig
drivers/mtd/parsers/Makefile
drivers/mtd/parsers/parser_imagetag.c [new file with mode: 0644]