[1/2] mips: xilfpga: stop generating useless dtb.o
diff mbox series

Message ID -
State Accepted
Delegated to: James Hogan
Headers show
Series
  • [1/2] mips: xilfpga: stop generating useless dtb.o
Related show

Commit Message

Alexandre Belloni April 25, 2018, 9:10 p.m. UTC
a dtb.o is generated from nexys4ddr.dts but this is never used since it has
been moved to mips/generic with commit b35565bb16a5 ("MIPS: generic: Add support
for MIPSfpga")

Signed-off-by: Alexandre Belloni <>
---
 arch/mips/boot/dts/xilfpga/Makefile | 2 --
 1 file changed, 2 deletions(-)

Comments

James Hogan May 14, 2018, 10:24 p.m. UTC | #1
On Wed, Apr 25, 2018 at 11:10:35PM +0200, Alexandre Belloni wrote:
> a dtb.o is generated from nexys4ddr.dts but this is never used since it has
> been moved to mips/generic with commit b35565bb16a5 ("MIPS: generic: Add support
> for MIPSfpga")
> 
> Signed-off-by: Alexandre Belloni <>

Both applied for 4.17, with fixes and stable tag (4.15+).

Thanks
James

Patch
diff mbox series

diff --git a/arch/mips/boot/dts/xilfpga/Makefile b/arch/mips/boot/dts/xilfpga/Makefile
index 9987e0e378c5..69ca00590b8d 100644
--- a/arch/mips/boot/dts/xilfpga/Makefile
+++ b/arch/mips/boot/dts/xilfpga/Makefile
@@ -1,4 +1,2 @@ 
 # SPDX-License-Identifier: GPL-2.0
 dtb-$(CONFIG_FIT_IMAGE_FDT_XILFPGA)	+= nexys4ddr.dtb
-
-obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y))