]> git.sur5r.net Git - u-boot/commit
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)
commitc4f668320a2a8fe65de259917fc9687437f10cd9
tree0f053e61d75985570fda23ff856c499cf80f3b34
parent7325f6cfdcf6cbc4fc5acf706b6cbcc786ae8db5
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>
Kconfig