imx6: use DTS_DIR at image build code

Use "$(DTS_DIR)", defined at include/image.mk, instead of
"$(LINUX_DIR)/arch/$(LINUX_KARCH)/boot/dts" in order to generalize and
allow a better Device/* device-tree parameterization (i.e. DEVICE_DTS_DIR
and DTS_DIR).

Signed-off-by: Adrià Llaudet <adria.llaudet@gmail.com>
This commit is contained in:
Adrià Llaudet 2018-02-08 12:02:24 +01:00 committed by Hauke Mehrtens
parent 2fca8aa73e
commit 90ceb0aeb1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ define Build/boot-overlay
$(foreach dts,$(DEVICE_DTS), \
$(CP) \
$(LINUX_DIR)/arch/$(ARCH)/boot/dts/$(dts).dtb \
$(DTS_DIR)/$(dts).dtb \
$@.boot/$(IMG_PREFIX)-$(dts).dtb; \
ln -sf \
$(IMG_PREFIX)-$(dts).dtb \