All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mips: xilfpga: stop generating useless dtb.o
@ 2018-04-25 21:10 Alexandre Belloni
  2018-04-25 21:10 ` [PATCH 2/2] mips: xilfpga: actually include FDT in fitImage Alexandre Belloni
  2018-05-14 22:24 ` [PATCH 1/2] mips: xilfpga: stop generating useless dtb.o James Hogan
  0 siblings, 2 replies; 3+ messages in thread
From: Alexandre Belloni @ 2018-04-25 21:10 UTC (permalink / raw)
  To: James Hogan, Ralf Baechle
  Cc: linux-mips, Thomas Petazzoni, linux-kernel, Alexandre Belloni

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 <alexandre.belloni@bootlin.com>
---
 arch/mips/boot/dts/xilfpga/Makefile | 2 --
 1 file changed, 2 deletions(-)

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))
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-14 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-25 21:10 [PATCH 1/2] mips: xilfpga: stop generating useless dtb.o Alexandre Belloni
2018-04-25 21:10 ` [PATCH 2/2] mips: xilfpga: actually include FDT in fitImage Alexandre Belloni
2018-05-14 22:24 ` [PATCH 1/2] mips: xilfpga: stop generating useless dtb.o James Hogan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.