From: Simon Glass Date: Tue, 23 Aug 2022 17:14:05 +0000 (-0700) Subject: vbe: Enable command only with BOOTSTD_FULL X-Git-Tag: v2025.01-rc5-pxa1908~1300^2~1 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=2d74226f2c6ed5b758c97865bef7e42c9f389437;p=u-boot.git 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 Reviewed-by: Ilias Apalodimas --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 211ebe9c87..8ea064b8d2 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