[PATCH] vbe: Enable command only with BOOTSTD_FULL

Simon Glass sjg at chromium.org
Tue Aug 23 19:14:05 CEST 2022


Avoid enabling this command by default. This saves about 1KB of code
space.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 211ebe9c878..8ea064b8d2f 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
-- 
2.37.2.609.g9ff673ca1a-goog



More information about the U-Boot mailing list