aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-23 10:14:05 -0700
committerSimon Glass <sjg@chromium.org>2022-08-26 16:33:48 -0600
commit2d74226f2c6ed5b758c97865bef7e42c9f389437 (patch)
treec83aa3bb092a5d4e38d0014d6a4ee71757de650a
parent5cb0b256664327cbae305454b86afe0b4748b7e6 (diff)
downloadu-boot-2d74226f2c6ed5b758c97865bef7e42c9f389437.zip
u-boot-2d74226f2c6ed5b758c97865bef7e42c9f389437.tar.gz
u-boot-2d74226f2c6ed5b758c97865bef7e42c9f389437.tar.bz2
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>
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 211ebe9..8ea064b 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -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