commit | 01437e1d718d08e369cfa7869b6fa6e931df5726 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Oct 06 15:44:22 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Oct 06 16:02:37 2019 +0200 |
tree | 49f69dc9a47167b2a67849c8f25c2bb6c1ee0c6a | |
parent | a3ca37efcf3a80c6b0c02ac4d3995fac29b86dd7 [diff] |
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>