On Thu, Aug 19, 2021 at 09:27:46AM +0200, Robin van der Gracht wrote: > KERNEL_DTB is not set. This results in a FIT image without device tree > inclusion. > > Signed-off-by: Robin van der Gracht <[email protected]> > --- > rules/kernel-fit.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/kernel-fit.make b/rules/kernel-fit.make > index ffead846b..fd1ffe707 100644 > --- a/rules/kernel-fit.make > +++ b/rules/kernel-fit.make > @@ -28,7 +28,7 @@ KERNEL_FIT_KERNEL = $(KERNEL_IMAGE_PATH_y) > ifdef PTXCONF_KERNEL_FIT_INITRAMFS > KERNEL_FIT_INITRAMFS := $(IMAGEDIR)/root.cpio > endif > -KERNEL_FIT_DTB = $(KERNEL_DTB) > +KERNEL_FIT_DTB = $(foreach dtb, $(KERNEL_DTB_FILES), > $(IMAGEDIR)/$(dtb))
$(addprefix $(IMAGEDIR)/,$(KERNEL_DTB_FILES)) Michael > > # > ---------------------------------------------------------------------------- > # Target-Install > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
