[PATCH v2] dts: Deduplicate dtbs target

Simon Glass sjg at chromium.org
Mon Oct 7 17:23:40 CEST 2024


On Thu, 3 Oct 2024 at 18:11, Marek Vasut <marex at 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.garg at linaro.org>
> Signed-off-by: Marek Vasut <marex at denx.de>
> ---
> Cc: "NXP i.MX U-Boot Team" <uboot-imx at nxp.com>
> Cc: Caleb Connolly <caleb.connolly at linaro.org>
> Cc: Christoph Niedermaier <cniedermaier at dh-electronics.com>
> Cc: Fabio Estevam <festevam at gmail.com>
> Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Cc: Jonas Karlman <jonas at kwiboo.se>
> Cc: Lothar Rubusch <l.rubusch at gmail.com>
> Cc: Michal Simek <michal.simek at amd.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> Cc: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Stefano Babic <sbabic at denx.de>
> Cc: Sumit Garg <sumit.garg at linaro.org>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: u-boot at dh-electronics.com
> Cc: u-boot at 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 <sjg at chromium.org>


More information about the U-Boot mailing list