]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: DTS: img: Don't attempt to build-in all .dtb files
authorPaul Burton <paul.burton@imgtec.com>
Sat, 17 Jun 2017 20:52:48 +0000 (13:52 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 11 Jul 2017 12:13:06 +0000 (14:13 +0200)
commit84755076136f4236ec01c6c768a6af5b5bc074be
treef38f6ed9567a022bde116809a9417142169a6c78
parentd28c87aa69f03c8dcca7642962276b2e7df0eb52
MIPS: DTS: img: Don't attempt to build-in all .dtb files

When building a FIT image we may want the kernel to build multiple .dtb
files, but we don't want to build them all into the kernel binary as
object files since they'll instead be included in the FIT image.

Commit 114ed835adcc ("MIPS: DTS: img: add device tree for Marduk board")
however created arch/mips/boot/dts/img/Makefile with a line that builds
any enabled .dtb files into the kernel. Remove this & build the
pistachio object specifically, in preparation for adding .dtb targets
which we don't want to build into the kernel.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16484/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/dts/img/Makefile