Re: [PATCH] bootstd: Rework BLK dependency

2025-05-06 Thread Tom Rini
On Wed, 23 Apr 2025 08:49:13 -0600, Tom Rini wrote: > The bootstd code itself does not have any dependency on BLK in order to > build. However, in order to minimize size growth of non-migrated > platforms, change this from being "default y" to "default y if BLK". > This will make it easier to begi

Re: [PATCH] bootstd: Rework BLK dependency

2025-04-25 Thread Simon Glass
Hi Tom, On Thu, 24 Apr 2025 at 12:49, Tom Rini wrote: > > On Thu, Apr 24, 2025 at 12:30:50PM -0600, Simon Glass wrote: > > On Wed, 23 Apr 2025 at 08:49, Tom Rini wrote: > > > > > > The bootstd code itself does not have any dependency on BLK in order to > > > build. However, in order to minimize

Re: [PATCH] bootstd: Rework BLK dependency

2025-04-24 Thread Tom Rini
On Thu, Apr 24, 2025 at 12:30:50PM -0600, Simon Glass wrote: > On Wed, 23 Apr 2025 at 08:49, Tom Rini wrote: > > > > The bootstd code itself does not have any dependency on BLK in order to > > build. However, in order to minimize size growth of non-migrated > > platforms, change this from being "d

Re: [PATCH] bootstd: Rework BLK dependency

2025-04-24 Thread Simon Glass
On Wed, 23 Apr 2025 at 08:49, Tom Rini wrote: > > The bootstd code itself does not have any dependency on BLK in order to > build. However, in order to minimize size growth of non-migrated > platforms, change this from being "default y" to "default y if BLK". > This will make it easier to begin mi