Re: [PATCH] scripts/Makefile.dts: tweak logic for deciding which dtbs to build

2023-05-15 Thread Tom Rini
On Thu, May 04, 2023 at 01:33:08PM +0200, Rasmus Villemoes wrote: > The idea in 3609e1dc5f4d (dts: automatically build necessary .dtb > files) was fine, but the implementation was suboptimal due to some > misunderstandings on my part (and possibly defects in some defconfig > files): > > -

Re: [PATCH] scripts/Makefile.dts: tweak logic for deciding which dtbs to build

2023-05-04 Thread Simon Glass
On Thu, 4 May 2023 at 09:51, Tom Rini wrote: > > On Thu, May 04, 2023 at 01:33:08PM +0200, Rasmus Villemoes wrote: > > > The idea in 3609e1dc5f4d (dts: automatically build necessary .dtb > > files) was fine, but the implementation was suboptimal due to some > > misunderstandings on my part (and

Re: [PATCH] scripts/Makefile.dts: tweak logic for deciding which dtbs to build

2023-05-04 Thread Tom Rini
On Thu, May 04, 2023 at 01:33:08PM +0200, Rasmus Villemoes wrote: > The idea in 3609e1dc5f4d (dts: automatically build necessary .dtb > files) was fine, but the implementation was suboptimal due to some > misunderstandings on my part (and possibly defects in some defconfig > files): > > -

[PATCH] scripts/Makefile.dts: tweak logic for deciding which dtbs to build

2023-05-04 Thread Rasmus Villemoes
The idea in 3609e1dc5f4d (dts: automatically build necessary .dtb files) was fine, but the implementation was suboptimal due to some misunderstandings on my part (and possibly defects in some defconfig files): - Sometimes DEFAULT_DEVICE_TREE is not included in OF_LIST or SPL_OF_LIST -