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:
Simon Glass 2022-08-23 10:14:05 -07:00
parent 5cb0b25666
commit 2d74226f2c

View File

@ -333,7 +333,7 @@ config BOOTM_RTEMS
config CMD_VBE config CMD_VBE
bool "vbe - Verified Boot for Embedded" bool "vbe - Verified Boot for Embedded"
depends on BOOTMETH_VBE depends on BOOTMETH_VBE
default y default y if BOOTSTD_FULL
help help
Provides various subcommands related to VBE, such as listing the Provides various subcommands related to VBE, such as listing the
available methods, looking at the state and changing which method available methods, looking at the state and changing which method