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 begin migration of platforms which do not > have any BLK-class device but do want to use bootstd. > > > [...]
Applied to u-boot/master, thanks! [1/1] bootstd: Rework BLK dependency commit: 3b6760ddeb4ef940226921017cd9088c89784b01 -- Tom