diff mbox series

[v4,02/16] sandbox: net: Add mac address for eth8 to environment

Message ID 20220505171146.557773-3-sean.anderson@seco.com
State Accepted
Commit 469a968ac78dae8b3b324c9eafdfbf405cc1a076
Delegated to: Tom Rini
Headers show
Series Add support for NVMEM API | expand

Commit Message

Sean Anderson May 5, 2022, 5:11 p.m. UTC
The phy_eth0 interface introduced in commit f3dd213e15 ("net: introduce
helpers to get PHY ofnode from MAC") uses a globally-administered
address. Switch to using a locally-administered address, and add it to
the sandbox environment, like the others.

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

Changes in v4:
- Add "commit" in front of the hash

Changes in v3:
- New

 board/sandbox/sandbox.env | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/board/sandbox/sandbox.env b/board/sandbox/sandbox.env
index b4c04635a4..6dedc755fa 100644
--- a/board/sandbox/sandbox.env
+++ b/board/sandbox/sandbox.env
@@ -11,6 +11,7 @@  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
 
 /*