distro: select CMD_ENV_EXISTS
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 25 Apr 2018 10:16:48 +0000 (19:16 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 28 Apr 2018 14:42:35 +0000 (10:42 -0400)
'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>

No differences found