Re: [U-Boot] [PATCH] distro: select CMD_ENV_EXISTS

2018-04-26 Thread Alexander Graf

On 04/25/2018 12:16 PM, Masahiro Yamada wrote:

'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 


Reviewed-by: Alexander Graf 

Alex

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] distro: select CMD_ENV_EXISTS

2018-04-25 Thread Masahiro Yamada
'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 
---

 Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Kconfig b/Kconfig
index 3bf95c1..0c5d6f4 100644
--- a/Kconfig
+++ b/Kconfig
@@ -74,6 +74,7 @@ config DISTRO_DEFAULTS
select CMD_DHCP if CMD_NET
select CMD_PING if CMD_NET
select CMD_PXE if NET
+   select CMD_ENV_EXISTS
select CMD_EXT2
select CMD_EXT4
select CMD_FAT
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot