Re: [PATCH 1/2] global: Clean up arch/*/dts/Makefile

2023-11-21 Thread Simon Glass
Hi Tom, On Tue, 21 Nov 2023 at 07:03, Tom Rini wrote: > > On Mon, Nov 20, 2023 at 07:16:12PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Sun, 19 Nov 2023 at 13:28, Tom Rini wrote: > > > > > > On Sun, Nov 19, 2023 at 12:09:07PM -0700, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Fri

Re: [PATCH 1/2] global: Clean up arch/*/dts/Makefile

2023-11-21 Thread Tom Rini
On Mon, Nov 20, 2023 at 07:16:12PM -0700, Simon Glass wrote: > Hi Tom, > > On Sun, 19 Nov 2023 at 13:28, Tom Rini wrote: > > > > On Sun, Nov 19, 2023 at 12:09:07PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 17 Nov 2023 at 15:52, Tom Rini wrote: > > > > > > > > With commit 3609e1

Re: [PATCH 1/2] global: Clean up arch/*/dts/Makefile

2023-11-20 Thread Simon Glass
Hi Tom, On Sun, 19 Nov 2023 at 13:28, Tom Rini wrote: > > On Sun, Nov 19, 2023 at 12:09:07PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 17 Nov 2023 at 15:52, Tom Rini wrote: > > > > > > With commit 3609e1dc ("dts: automatically build necessary .dtb files") > > > we now have logic that

Re: [PATCH 1/2] global: Clean up arch/*/dts/Makefile

2023-11-19 Thread Rasmus Villemoes
On 19/11/2023 20.09, Simon Glass wrote: > On Fri, 17 Nov 2023 at 15:52, Tom Rini wrote: >> >> With commit 3609e1dc ("dts: automatically build necessary .dtb files") >> we now have logic that will ensure that all device trees needed in the >> binary are built automatically. Any device tree that th

Re: [PATCH 1/2] global: Clean up arch/*/dts/Makefile

2023-11-19 Thread Tom Rini
On Sun, Nov 19, 2023 at 12:09:07PM -0700, Simon Glass wrote: > Hi Tom, > > On Fri, 17 Nov 2023 at 15:52, Tom Rini wrote: > > > > With commit 3609e1dc ("dts: automatically build necessary .dtb files") > > we now have logic that will ensure that all device trees needed in the > > binary are built a

Re: [PATCH 1/2] global: Clean up arch/*/dts/Makefile

2023-11-19 Thread Simon Glass
Hi Tom, On Fri, 17 Nov 2023 at 15:52, Tom Rini wrote: > > With commit 3609e1dc ("dts: automatically build necessary .dtb files") > we now have logic that will ensure that all device trees needed in the > binary are built automatically. Any device tree that the developer needs > while working can

[PATCH 1/2] global: Clean up arch/*/dts/Makefile

2023-11-17 Thread Tom Rini
With commit 3609e1dc ("dts: automatically build necessary .dtb files") we now have logic that will ensure that all device trees needed in the binary are built automatically. Any device tree that the developer needs while working can still be built normally via make arch/.../foo.dtb so we can simply