commit | 4de69785e4cd418e85db078bd25c20aee82eb89d | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Wed Apr 26 13:04:58 2023 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue May 02 10:57:32 2023 +0200 |
tree | 74d8d39456f3dc884aa64e056b8623a036d4e0f5 | |
parent | 5fad525f8ed70b7cc12037a23c288a4d9fb19d6f [diff] |
smegw01: Read the second MAC address Currently, only the first MAC address is read from the fuses. The second MAC address is not read and Linux assigns a random one. To prevent this behavior, read the second MAC address from the fuses and store it into the eth1addr environment variable so that it can be passed to Linux. Signed-off-by: Fabio Estevam <festevam@denx.de>