[PATCH 1/1] cmd: enable CONFIG_CMD_EFIDEBUG by default

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Thu Aug 12 13:00:51 CEST 2021


The efidebug command is needed to manage UEFI boot options.
To display them fully CONFIG_HEXDUMP is needed.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
 cmd/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index ffef3cc76c..30a291fa3b 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1732,7 +1732,9 @@ config CMD_CLS
 config CMD_EFIDEBUG
 	bool "efidebug - display/configure UEFI environment"
 	depends on EFI_LOADER
+	default y
 	select EFI_DEVICE_PATH_TO_TEXT
+	imply HEXDUMP
 	default n
 	help
 	  Enable the 'efidebug' command which provides a subset of UEFI
-- 
2.31.1



More information about the U-Boot mailing list