On Thu, 3 Oct 2024 at 18:11, Marek Vasut <ma...@denx.de> wrote: > > The dtbs: target is almost identical in all architecture Makefiles. > All architecture Makefiles include scripts/Makefile.dts . Deduplicate > the dtbs: target into scripts/Makefile.dts . No functional change. > > Reviewed-by: Sumit Garg <sumit.g...@linaro.org> > Signed-off-by: Marek Vasut <ma...@denx.de> > --- > Cc: "NXP i.MX U-Boot Team" <uboot-...@nxp.com> > Cc: Caleb Connolly <caleb.conno...@linaro.org> > Cc: Christoph Niedermaier <cniederma...@dh-electronics.com> > Cc: Fabio Estevam <feste...@gmail.com> > Cc: Heinrich Schuchardt <xypron.g...@gmx.de> > Cc: Jonas Karlman <jo...@kwiboo.se> > Cc: Lothar Rubusch <l.rubu...@gmail.com> > Cc: Michal Simek <michal.si...@amd.com> > Cc: Nobuhiro Iwamatsu <iwama...@nigauri.org> > Cc: Rasmus Villemoes <rasmus.villem...@prevas.dk> > Cc: Simon Glass <s...@chromium.org> > Cc: Stefano Babic <sba...@denx.de> > Cc: Sumit Garg <sumit.g...@linaro.org> > Cc: Tom Rini <tr...@konsulko.com> > Cc: u-b...@dh-electronics.com > Cc: u-boot@lists.denx.de > --- > V2: Add RB from Sumit > NOTE: I am sending this separately > --- > arch/arc/dts/Makefile | 9 +-------- > arch/arm/dts/Makefile | 8 -------- > arch/m68k/dts/Makefile | 9 +-------- > arch/microblaze/dts/Makefile | 9 +-------- > arch/mips/dts/Makefile | 8 -------- > arch/nios2/dts/Makefile | 9 +-------- > arch/powerpc/dts/Makefile | 8 -------- > arch/riscv/dts/Makefile | 9 +-------- > arch/sandbox/dts/Makefile | 9 +-------- > arch/sh/dts/Makefile | 8 -------- > arch/x86/dts/Makefile | 8 -------- > arch/xtensa/dts/Makefile | 8 -------- > dts/upstream/src/arm/Makefile | 8 -------- > dts/upstream/src/arm64/Makefile | 8 -------- > dts/upstream/src/xtensa/Makefile | 8 -------- > scripts/Makefile.dts | 8 ++++++++ > 16 files changed, 14 insertions(+), 120 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>