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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user