From 8fc5457869729f5ab10691ff84a0921a0df854cf Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 5 Dec 2023 00:20:42 +0000 Subject: kernel: add pending fitblk uImage.FIT sub-image block driver Add 'fitblk' driver to replace the rejected/deprecated uImage.FIT partition parser. To use the new driver, add phandle /chosen/rootdisk and point it to the MTD partition, UBI volume or block device holding the uImage.FIT. Signed-off-by: Daniel Golle --- target/linux/generic/config-6.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/generic/config-6.1') diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index ce1bfcd5bf..8ad72cc6db 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -7073,6 +7073,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_UHID is not set CONFIG_UID16=y # CONFIG_UIO is not set +# CONFIG_UIMAGE_FIT_BLK is not set # CONFIG_ULTRA is not set # CONFIG_ULTRIX_PARTITION is not set # CONFIG_UNICODE is not set -- cgit v1.2.3