mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00
cmd: disable CMD_NVEDIT_EFI by default
The growth of the UEFI sub-system leads to build failures for systems with strict limits on the U-Boot image size. CMD_NVEDIT_EFI supports displaying and editing of UEFI variables. The setting is not needed for booting. Disabling it by default reduces the size of the U-Boot image by 2 KiB. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
f2d247df50
commit
3b728f8728
1 changed files with 0 additions and 1 deletions
|
@ -531,7 +531,6 @@ config CMD_ENV_FLAGS
|
|||
config CMD_NVEDIT_EFI
|
||||
bool "env [set|print] -e - set/print UEFI variables"
|
||||
depends on EFI_LOADER
|
||||
default y
|
||||
imply HEXDUMP
|
||||
help
|
||||
UEFI variables are encoded as some form of U-Boot variables.
|
||||
|
|
Loading…
Add table
Reference in a new issue