mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y
We need BOOTSTD_DEFAULT when BOOTSTD_FULL is selected. Signed-off-by: Shantur Rathore <i@shantur.com>
This commit is contained in:
parent
83a8424722
commit
fea3efb757
1 changed files with 1 additions and 0 deletions
|
@ -426,6 +426,7 @@ config VPL_BOOTSTD
|
|||
config BOOTSTD_FULL
|
||||
bool "Enhanced features for standard boot"
|
||||
default y if SANDBOX
|
||||
imply BOOTSTD_DEFAULTS
|
||||
help
|
||||
This enables various useful features for standard boot, which are not
|
||||
essential for operation:
|
||||
|
|
Loading…
Add table
Reference in a new issue