distro: select CMD_ENV_EXISTS

'env exists' is used for scripting in include/config_distro_bootcmd.h
This command is available only when CONFIG_CMD_ENV_EXISTS is enabled.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
lime2-spi
Masahiro Yamada 6 years ago committed by Tom Rini
parent 7325f6cfdc
commit c4f668320a
  1. 1
      Kconfig

@ -74,6 +74,7 @@ config DISTRO_DEFAULTS
select CMD_DHCP if CMD_NET
select CMD_PING if CMD_NET
select CMD_PXE if NET
select CMD_ENV_EXISTS
select CMD_EXT2
select CMD_EXT4
select CMD_FAT

Loading…
Cancel
Save