]> git.ipfire.org Git - thirdparty/openwrt.git/commit
rockchip: make use of OpenWrt compiled dtbs 20286/head
authorTianling Shen <cnsztl@immortalwrt.org>
Fri, 3 Oct 2025 08:02:10 +0000 (16:02 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 4 Oct 2025 13:01:50 +0000 (15:01 +0200)
commitb81b57655622538911121c9f6109d7c0c914bda0
tree0e587b4394e6b51e515de9e06d01511ac3729b48
parenteea52f3a82c5bd18802c9c7cb9dcf950bba8d45a
rockchip: make use of OpenWrt compiled dtbs

OpenWrt buildroot will compile all dtbs defined in target to
$(KDIR)/image-$(DEVICE_DTS).dtb, so make use of it to allow us
debug and use external dtbs easier without patching kernel Makefile.

This also fixes commit 5c724939c396 which forgot to update DTS_DIR
in KERNEL variable.

Fixes: 5c724939c396 ("rockchip: add DEVICE_DTS_DIR definition")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/20286
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/rockchip/image/Makefile