openwrt/target/linux/generic
Daniel Golle 2acf355e56
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>
2022-04-30 16:00:05 +01:00
..
backport-5.10 kernel: bump 5.10 to 5.10.112 2022-04-23 20:46:25 +02:00
backport-5.15 kernel: backport patch to relax mtdblock NAND warning 2022-04-30 15:59:59 +01:00
files kernel: update FIT partition parser to new property name 2022-04-20 15:23:02 +01:00
hack-5.10 kernel: bump 5.10 to 5.10.110 2022-04-09 19:31:46 +02:00
hack-5.15 kernel: don't parse FIT partition on NAND-backed mtdblock 2022-04-30 16:00:05 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.10 kernel: bump 5.10 to 5.10.112 2022-04-23 20:46:25 +02:00
pending-5.15 kernel: bump 5.15 to 5.15.35 2022-04-23 20:46:25 +02:00
config-5.10 kernel: add missing config symbols 2022-04-20 10:04:19 +02:00
config-5.15 kernel: add missing config symbols 2022-04-20 10:04:19 +02:00
config-filter kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
PATCHES