diff options
author | Sean Anderson <sean.anderson@seco.com> | 2022-05-05 13:11:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-08 13:59:52 -0400 |
commit | e844e5d9080604f1dab04f8f285c41335b6373bd (patch) | |
tree | dd4f41085855bba0e013a897b569f61b79255698 /board | |
parent | 29186884f82111360e44c16e791c5077ad733761 (diff) | |
download | u-boot-e844e5d9080604f1dab04f8f285c41335b6373bd.tar.gz u-boot-e844e5d9080604f1dab04f8f285c41335b6373bd.tar.bz2 u-boot-e844e5d9080604f1dab04f8f285c41335b6373bd.zip |
sandbox: Move some mac addresses to device tree
This prevents some conflicts when running sandbox with -D, since the
"rom" mac address will be random and won't match the environment. We
still need to keep addresses for eth1 and eth6 in the environment,
because dm_test_eth_rotate expects to be able to disable them by
removing their envaddr variables. This can likely be fixed in a future
series by adding a function to cause sandbox eth_opts callback for a
particular mac to fail immediately.
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/sandbox/sandbox.env | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/sandbox/sandbox.env b/board/sandbox/sandbox.env index 88ed7a9606..a2c19702d6 100644 --- a/board/sandbox/sandbox.env +++ b/board/sandbox/sandbox.env @@ -6,11 +6,7 @@ stdout=serial,vidconsole stderr=serial,vidconsole ethaddr=02:00:11:22:33:44 -eth3addr=02:00:11:22:33:45 -eth4addr=02:00:11:22:33:48 -eth5addr=02:00:11:22:33:46 eth6addr=02:00:11:22:33:47 -eth8addr=02:00:11:22:33:49 ipaddr=192.0.2.1 /* |