Re: [PATCH 1/3] dts: Deduplicate dtbs target

2024-09-29 Thread Sumit Garg
On Sat, 28 Sept 2024 at 03:20, Marek Vasut 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. > > Signed-off-by: Marek Vasut > -

Re: [PATCH 1/3] dts: Deduplicate dtbs target

2024-09-29 Thread Caleb Connolly
Hi Marek, On 27/09/2024 23:48, Marek Vasut 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. Signed-off-by: Marek Vasut Tested-by:

[PATCH 1/3] dts: Deduplicate dtbs target

2024-09-27 Thread Marek Vasut
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. Signed-off-by: Marek Vasut --- Cc: "NXP i.MX U-Boot Team" Cc: Caleb Connolly Cc: Christoph