
19 Feb
2022
19 Feb
'22
1:21 a.m.
On Mon, 7 Feb 2022 at 16:42, Sean Anderson sean.anderson@seco.com wrote:
Instead of reading a pseudo-rom mac address from the device tree, just use whatever we get from write_hwaddr. This has the effect of using the mac address from the environment (or from the device tree, if it is specified).
Signed-off-by: Sean Anderson sean.anderson@seco.com
arch/sandbox/dts/sandbox.dts | 1 - arch/sandbox/dts/sandbox64.dts | 1 - arch/sandbox/dts/test.dts | 5 ----- drivers/net/sandbox.c | 10 ++-------- 4 files changed, 2 insertions(+), 15 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org