commit | 5712d7d0b099f6434f7e58c7d168112ac1d359d4 | [log] [tgz] |
---|---|---|
author | Matt Pelland <mpelland@starry.com> | Tue Jul 30 09:40:24 2019 -0400 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed Sep 04 11:37:19 2019 -0500 |
tree | 3fffe8dd605c0f76309f67b534ac5ce39958f732 | |
parent | f20b01b0b1ab61ab0f096aceaf1c606acbd29274 [diff] |
net: mvpp2: support setting hardware addresses from ethernet core mvpp2 already has support for setting MAC addresses but this functionality was not exposed to the ethernet core. This commit exposes this functionality so that MAC address assignments stored in U-Boot's environment are correctly applied before Linux boots. Signed-off-by: Matt Pelland <mpelland@starry.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>