cmd: disable CMD_NVEDIT_EFI by default
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Oct 2019 13:44:22 +0000 (15:44 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Oct 2019 14:02:37 +0000 (16:02 +0200)
commit3b728f8728fa7c596d30ecd27ebb64d37a54a12e
tree49f69dc9a47167b2a67849c8f25c2bb6c1ee0c6a
parentf2d247df506eaf984f26ec03baf115d70bd75b9c
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>
cmd/Kconfig