[PATCH 01/14] sandbox: net: Remove fake-host-hwaddr

Simon Glass sjg at chromium.org
Sat Feb 19 01:21:11 CET 2022


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>


More information about the U-Boot mailing list