aboutsummaryrefslogtreecommitdiff
path: root/board/sandbox
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-10-14 22:01:28 +0200
committerSimon Glass <sjg@chromium.org>2018-11-20 19:14:22 -0700
commit0c943e5da64987a622544cafab791caee6e14c9d (patch)
tree26eebbda97a78c74f9d30b8664302a4d60aa2018 /board/sandbox
parent6c6260ecfcc44ad5d609966a756e995746578b31 (diff)
downloadu-boot-0c943e5da64987a622544cafab791caee6e14c9d.zip
u-boot-0c943e5da64987a622544cafab791caee6e14c9d.tar.gz
u-boot-0c943e5da64987a622544cafab791caee6e14c9d.tar.bz2
sandbox: README: use setenv ethrotate no
If we want to control which network interface is actually used, we have to issue 'setenv ethrotate no'. If ethrotate is not set any interface may be used. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/sandbox')
-rw-r--r--board/sandbox/README.sandbox4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index ee44218..0f59da4 100644
--- a/board/sandbox/README.sandbox
+++ b/board/sandbox/README.sandbox
@@ -248,6 +248,7 @@ DHCP
....
setenv autoload no
+setenv ethrotate no
setenv ethact eth1
dhcp
@@ -255,6 +256,7 @@ PING
....
setenv autoload no
+setenv ethrotate no
setenv ethact eth1
dhcp
ping $gatewayip
@@ -263,6 +265,7 @@ TFTP
....
setenv autoload no
+setenv ethrotate no
setenv ethact eth1
dhcp
setenv serverip WWW.XXX.YYY.ZZZ
@@ -287,6 +290,7 @@ operation being tested on the lo interface.
TFTP
....
+setenv ethrotate no
setenv ethact eth5
tftpboot u-boot.bin