kernel: don't parse FIT partition on NAND-backed mtdblock
authorDaniel Golle <daniel@makrotopia.org>
Sat, 30 Apr 2022 14:14:01 +0000 (15:14 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 30 Apr 2022 15:00:05 +0000 (16:00 +0100)
commit2acf355e56fa099bbd4ac881aed642b8df6022e7
tree91987140de1dfdd09b427088ebd1baebd926a110
parent27fac9c08f89ac2bf9556afefe8f98a7387fed9e
kernel: don't parse FIT partition on NAND-backed mtdblock

ubiblock devices should be used on NAND flash to store the uImage.FIT
in case the bootloader supports that -- otherwise only rootfs is stored
in UBI while the uImage.FIT contains only the kernel and dtb.
Hence there is no need to enable parsing partitions on NAND mtdblock
devices, it is even responsible for the ugly warning on-opening of the
mtdblock device now. Just don't do it.

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