summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin van der Gracht <robin@protonic.nl>2021-09-06 09:24:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-09-08 15:47:44 +0200
commit6649548b969c358c860af4b06227b8511021cd90 (patch)
treeb64d3f6911f67742a19a1326e1882eaa23fcf834
parentb1f105188231b3b0938cf68f1247e6a07e24b4d9 (diff)
downloadptxdist-6649548b969c358c860af4b06227b8511021cd90.tar.gz
ptxdist-6649548b969c358c860af4b06227b8511021cd90.tar.xz
kernel-fit: Fix dtb file inclusion
KERNEL_DTB is not set. This results in a FIT image without dtb files. Signed-off-by: Robin van der Gracht <robin@protonic.nl> Message-Id: <20210906072416.1032221-1-robin@protonic.nl> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/kernel-fit.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/kernel-fit.make b/rules/kernel-fit.make
index ffead846b..64e82042f 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 = $(addprefix $(IMAGEDIR)/,$(KERNEL_DTB_FILES))
# ----------------------------------------------------------------------------
# Target-Install