]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: net: Add mac address for eth8 to environment
authorSean Anderson <sean.anderson@seco.com>
Thu, 5 May 2022 17:11:31 +0000 (13:11 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jun 2022 17:59:52 +0000 (13:59 -0400)
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>
board/sandbox/sandbox.env

index b4c04635a48eed53ff4186a34f3779608fef0f59..6dedc755fa8573ea97791a5380879581a79802e1 100644 (file)
@@ -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
 
 /*