commit | c4f668320a2a8fe65de259917fc9687437f10cd9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Apr 25 19:16:48 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sat Apr 28 10:42:35 2018 -0400 |
tree | 0f053e61d75985570fda23ff856c499cf80f3b34 | |
parent | 7325f6cfdcf6cbc4fc5acf706b6cbcc786ae8db5 [diff] |
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>