commit | e4ce79538002fbbe9134e4668fb1c5ac51980394 | [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 | 9afc6c574aa5bbbb027534df04a58700007a6658 [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>