commit | 4b4ba3cc1b39c0edc508f0cead3c0a496476ee7e | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Aug 19 10:44:23 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 27 11:26:58 2020 -0400 |
tree | 031e31291d1315aaf4b8ed8026961c969bff379d | |
parent | d5d59bd99a17876cf80550299d14279cc77b8f3b [diff] |
env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4 ENV_IS_IN_EXT4 also need to enable FS_EXT4 which is not covered in Kconfig. Kconfig reports this as: WARNING: unmet direct dependencies detected for EXT4_WRITE Depends on [n]: FS_EXT4 [=n] Selected by [y]: - ENV_IS_IN_EXT4 [=y] && !CHAIN_OF_TRUST [=n] Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com>