Hello,
On Thursday 16 February 2017 06:03 PM, Ian Pozella wrote:
An img directory exists for the Pistchio Soc but the directory
itself isn't in the dts Makefile meaning the dtbs never get built.
Signed-off-by: Ian Pozella <Ian.Pozella@xxxxxxxxxx>
---
arch/mips/boot/dts/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/boot/dts/Makefile b/arch/mips/boot/dts/Makefile
index fc7a0a9..b9db492 100644
--- a/arch/mips/boot/dts/Makefile
+++ b/arch/mips/boot/dts/Makefile
@@ -1,5 +1,6 @@
dts-dirs += brcm
dts-dirs += cavium-octeon
+dts-dirs += img
dts-dirs += ingenic
dts-dirs += lantiq
dts-dirs += mti
Thanks for fixing this. You might want to consider adding 'Fixes' tag to
refer to original commit that this patch fixes.
Fixes: daa10170da27 ("MIPS: DTS: img: add device tree for Marduk board")
I had tested original change with Buildroot configuration that builds
DTS out of the tree, so failed to notice that 'img' directory needs to
be added to Makefile.
Thanks,
Rahul