[Concept,2/7] efi: Enable access to efi variables from the app

Message ID 20250821153528.141740-3-sjg@u-boot.org
State New
Headers
Series efi: Improvements to env print -e |

Commit Message

Simon Glass Aug. 21, 2025, 3:35 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

Enable the 'setenv -e' feature.

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

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

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index fe9fb11ff95..882a4ee02e3 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -676,6 +676,7 @@  config CMD_ENV_FLAGS
 config CMD_NVEDIT_EFI
 	bool "env [set|print] -e - set/print UEFI variables"
 	depends on EFI_LOADER || EFI_APP
+	default y if EFI_APP
 	imply HEXDUMP
 	help
 	  UEFI variables are encoded as some form of U-Boot variables.