efi: Enable access to efi variables from the app

Enable the 'setenv -e' feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-21 06:24:45 -06:00
parent b0341ef417
commit b6c3c5ec6a

View File

@@ -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.