commit | fcb9f3807461669d11e985f106004168d8338f58 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 23 08:49:13 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 06 15:47:36 2025 -0600 |
tree | ba226668cdd1ff907e396e9e0af4851d321971ec | |
parent | 5f4bc5d6127453abe5ef9bacceda9f56f49289b2 [diff] |
bootstd: Rework BLK dependency 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. Signed-off-by: Tom Rini <trini@konsulko.com>