[PATCH 01/14] sandbox: net: Remove fake-host-hwaddr
Ramon Fried
rfried.dev at gmail.com
Sat Feb 19 20:33:36 CET 2022
On Sat, Feb 19, 2022 at 2:21 AM Simon Glass <sjg at chromium.org> wrote:
>
> On Mon, 7 Feb 2022 at 16:42, Sean Anderson <sean.anderson at 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 at 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 at chromium.org>
Acked-by: Ramon Fried <rfried.dev at gmail.com>
More information about the U-Boot
mailing list