mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
vbe: Enable command only with BOOTSTD_FULL
Avoid enabling this command by default. This saves about 1KB of code space. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
5cb0b25666
commit
2d74226f2c
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ config BOOTM_RTEMS
|
|||
config CMD_VBE
|
||||
bool "vbe - Verified Boot for Embedded"
|
||||
depends on BOOTMETH_VBE
|
||||
default y
|
||||
default y if BOOTSTD_FULL
|
||||
help
|
||||
Provides various subcommands related to VBE, such as listing the
|
||||
available methods, looking at the state and changing which method
|
||||
|
|
Loading…
Reference in a new issue