commit | a8d0aa31bd213160bf9cb689df1040db0377cc66 | [log] [tgz] |
---|---|---|
author | Joel Johnson <mrjoel@lixil.net> | Mon Mar 23 14:21:30 2020 -0600 |
committer | Stefan Roese <sr@denx.de> | Tue Apr 14 13:16:42 2020 +0200 |
tree | d3e18c7f515ae639e4f855196eddf5a3a77ff498 | |
parent | 4f7991ee1c34f2f0d80a680146aeff867d688dd9 [diff] |
arm: mvebu: solidrun: remove hardcoded DTS MAC address Using a consistent hardcoded MAC address from the DTS file causes issues when using multiple devices on the same network segment. Instead rely on environment configuration or random generation. Signed-off-by: Joel Johnson <mrjoel@lixil.net> Reviewed-by: Stefan Roese <sr@denx.de>