All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] distro: select CMD_ENV_EXISTS
@ 2018-04-25 10:16 Masahiro Yamada
  2018-04-26  7:27 ` Alexander Graf
  2018-04-28 22:20 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2018-04-25 10:16 UTC (permalink / raw)
  To: u-boot

'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>
---

 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] distro: select CMD_ENV_EXISTS
  2018-04-25 10:16 [U-Boot] [PATCH] distro: select CMD_ENV_EXISTS Masahiro Yamada
@ 2018-04-26  7:27 ` Alexander Graf
  2018-04-28 22:20 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Graf @ 2018-04-26  7:27 UTC (permalink / raw)
  To: u-boot

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 <yamada.masahiro@socionext.com>

Reviewed-by: Alexander Graf <agraf@suse.de>

Alex

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] distro: select CMD_ENV_EXISTS
  2018-04-25 10:16 [U-Boot] [PATCH] distro: select CMD_ENV_EXISTS Masahiro Yamada
  2018-04-26  7:27 ` Alexander Graf
@ 2018-04-28 22:20 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2018-04-28 22:20 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 25, 2018 at 07:16:48PM +0900, 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 <yamada.masahiro@socionext.com>
> Reviewed-by: Alexander Graf <agraf@suse.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180428/45904e45/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-28 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25 10:16 [U-Boot] [PATCH] distro: select CMD_ENV_EXISTS Masahiro Yamada
2018-04-26  7:27 ` Alexander Graf
2018-04-28 22:20 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.