diff mbox series

[02/14] sandbox: Remove eth2addr from environment

Message ID 20220207234212.685316-3-sean.anderson@seco.com
State Changes Requested
Delegated to: Simon Glass
Headers show
Series Add support for NVMEM API | expand

Commit Message

Sean Anderson Feb. 7, 2022, 11:42 p.m. UTC
DSA interfaces use the same mac address for each interface, unless
instructed otherwise. Just set eth4addr and let eth2addr and eth7addr be
set automatically.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
---

 board/sandbox/sandbox.env | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass Feb. 26, 2022, 6:36 p.m. UTC | #1
On Mon, 7 Feb 2022 at 16:42, Sean Anderson <sean.anderson@seco.com> wrote:
>
> DSA interfaces use the same mac address for each interface, unless
> instructed otherwise. Just set eth4addr and let eth2addr and eth7addr be
> set automatically.
>
> Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> ---
>
>  board/sandbox/sandbox.env | 1 -
>  1 file changed, 1 deletion(-)

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

Patch

diff --git a/board/sandbox/sandbox.env b/board/sandbox/sandbox.env
index b4c04635a4..3ff42a9cc1 100644
--- a/board/sandbox/sandbox.env
+++ b/board/sandbox/sandbox.env
@@ -6,7 +6,6 @@  stdout=serial,vidconsole
 stderr=serial,vidconsole
 
 ethaddr=02:00:11:22:33:44
-eth2addr=02:00:11:22:33:48
 eth3addr=02:00:11:22:33:45
 eth4addr=02:00:11:22:33:48
 eth5addr=02:00:11:22:33:46