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>
This commit is contained in:
@@ -427,8 +427,8 @@ config BOOT_DEFAULTS
|
|||||||
|
|
||||||
menuconfig BOOTSTD
|
menuconfig BOOTSTD
|
||||||
bool "Standard boot"
|
bool "Standard boot"
|
||||||
default y
|
default y if BLK
|
||||||
depends on DM && OF_CONTROL && BLK
|
depends on DM && OF_CONTROL
|
||||||
help
|
help
|
||||||
U-Boot supports a standard way of locating something to boot,
|
U-Boot supports a standard way of locating something to boot,
|
||||||
typically an Operating System such as Linux, provided by a distro such
|
typically an Operating System such as Linux, provided by a distro such
|
||||||
|
Reference in New Issue
Block a user