diff options
author | Sean Anderson <sean.anderson@seco.com> | 2022-05-05 13:11:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-08 13:59:52 -0400 |
commit | 469a968ac78dae8b3b324c9eafdfbf405cc1a076 (patch) | |
tree | 2641198625aa57f2ec94e24b61f77248f1ba883d /board/sandbox | |
parent | bedb182e32b38fa4078c0dc14d6822672273d96d (diff) | |
download | u-boot-469a968ac78dae8b3b324c9eafdfbf405cc1a076.zip u-boot-469a968ac78dae8b3b324c9eafdfbf405cc1a076.tar.gz u-boot-469a968ac78dae8b3b324c9eafdfbf405cc1a076.tar.bz2 |
sandbox: net: Add mac address for eth8 to environment
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>
Diffstat (limited to 'board/sandbox')
-rw-r--r-- | board/sandbox/sandbox.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sandbox/sandbox.env b/board/sandbox/sandbox.env index b4c0463..6dedc75 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 /* |