All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] sandbox: README: setting environment variables
@ 2018-10-14 19:40 Heinrich Schuchardt
  2018-10-19  3:26 ` Simon Glass
  2018-11-22 20:21 ` sjg at google.com
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2018-10-14 19:40 UTC (permalink / raw)
  To: u-boot

The command to set environment variables is setenv.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 board/sandbox/README.sandbox | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index a28fc9f36c..ee4421801b 100644
--- a/board/sandbox/README.sandbox
+++ b/board/sandbox/README.sandbox
@@ -247,25 +247,25 @@ sudo /path/to/u-boot -D
 DHCP
 ....
 
-set autoload no
-set ethact eth1
+setenv autoload no
+setenv ethact eth1
 dhcp
 
 PING
 ....
 
-set autoload no
-set ethact eth1
+setenv autoload no
+setenv ethact eth1
 dhcp
 ping $gatewayip
 
 TFTP
 ....
 
-set autoload no
-set ethact eth1
+setenv autoload no
+setenv ethact eth1
 dhcp
-set serverip WWW.XXX.YYY.ZZZ
+setenv serverip WWW.XXX.YYY.ZZZ
 tftpboot u-boot.bin
 
 The bridge also supports (to a lesser extent) the localhost interface, 'lo'.
@@ -287,7 +287,7 @@ operation being tested on the lo interface.
 TFTP
 ....
 
-set ethact eth5
+setenv ethact eth5
 tftpboot u-boot.bin
 
 
-- 
2.19.1

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

* [U-Boot] [PATCH 1/1] sandbox: README: setting environment variables
  2018-10-14 19:40 [U-Boot] [PATCH 1/1] sandbox: README: setting environment variables Heinrich Schuchardt
@ 2018-10-19  3:26 ` Simon Glass
  2018-11-22 20:21 ` sjg at google.com
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2018-10-19  3:26 UTC (permalink / raw)
  To: u-boot

On 14 October 2018 at 13:40, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> The command to set environment variables is setenv.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  board/sandbox/README.sandbox | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH 1/1] sandbox: README: setting environment variables
  2018-10-14 19:40 [U-Boot] [PATCH 1/1] sandbox: README: setting environment variables Heinrich Schuchardt
  2018-10-19  3:26 ` Simon Glass
@ 2018-11-22 20:21 ` sjg at google.com
  1 sibling, 0 replies; 3+ messages in thread
From: sjg at google.com @ 2018-11-22 20:21 UTC (permalink / raw)
  To: u-boot

On 14 October 2018 at 13:40, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> The command to set environment variables is setenv.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  board/sandbox/README.sandbox | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm/master, thanks!

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-14 19:40 [U-Boot] [PATCH 1/1] sandbox: README: setting environment variables Heinrich Schuchardt
2018-10-19  3:26 ` Simon Glass
2018-11-22 20:21 ` sjg at google.com

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.