kernel: move uImage.FIT partition parser to mediatek target
authorDaniel Golle <daniel@makrotopia.org>
Mon, 4 Dec 2023 23:25:12 +0000 (23:25 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 15 Feb 2024 19:06:36 +0000 (19:06 +0000)
commit548c383bdf505c9f71378c51885603911f8008c7
tree6f3a57f43c8a295bad6348e902065354ee2fa2bf
parent8e458e9e86c1d7e02a660a922d787e7cc76b0776
kernel: move uImage.FIT partition parser to mediatek target

The partition parser approach has been rejected upstream, it will be
replaced by a small block driver which is the solution suggestion by
upstream maintainers.
As the partition parser has only been used by the mediatek target, as
a first step, move it there.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/generic/config-5.15
target/linux/generic/config-6.1
target/linux/generic/files/block/partitions/fit.c [deleted file]
target/linux/generic/hack-5.15/410-block-fit-partition-parser.patch [deleted file]
target/linux/generic/hack-6.1/410-block-fit-partition-parser.patch [deleted file]
target/linux/mediatek/files/block/partitions/fit.c [new file with mode: 0644]
target/linux/mediatek/mt7629/config-5.15
target/linux/mediatek/mt7629/config-6.1
target/linux/mediatek/patches-5.15/041-block-fit-partition-parser.patch [new file with mode: 0644]
target/linux/mediatek/patches-6.1/041-block-fit-partition-parser.patch [new file with mode: 0644]