kernel: fix FIT partition parser compatibility issues
authorDaniel Golle <daniel@makrotopia.org>
Wed, 31 Mar 2021 20:29:26 +0000 (21:29 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 31 Mar 2021 21:54:12 +0000 (22:54 +0100)
commitaa0adc8e3c2015d28b7cb56e53017a2dc9fda02d
tree4aafe32256d65ce5a1df0ac22994ecfc600277cf
parent1cc5eb45d5192b41d97d5da58c34353f4c3240f9
kernel: fix FIT partition parser compatibility issues

The uImage.FIT partition parser used to squeeze in FIT partitions in
the range where partition editor tools (fdisk and such) expect the
regular partition. This is confusing people and tools when adding
additional partitions on top of the partition used for OpenWrt's
uImage.FIT.
Instead of squeezing in the additional partitions, rather start with
all uImage.FIT partitions at offset 64.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/generic/hack-5.10/400-block-fit-partition-parser.patch
target/linux/generic/hack-5.4/400-block-fit-partition-parser.patch