commit | ffcd42075620c8f9e076684958a42cd0e07cd8fa | [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 | fb377db1623c08ea4934e0a73ee06e957fd80590 [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>