[U-Boot] [PATCH 1/3] net: Implement random ethaddr fallback in eth.c

Simon Glass sjg at chromium.org
Mon May 4 23:11:35 CEST 2015


On 4 May 2015 at 13:55, Joe Hershberger <joe.hershberger at ni.com> wrote:
> Implement the random ethaddr fallback in eth.c so it is in a common
> place and not reimplemented in each board or driver that wants this
> behavior.
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> ---
> To function properly in the driver-model case, this patch requires that
> https://patchwork.ozlabs.org/patch/467418/ be applied.
>
>  README              |  3 ++-
>  doc/README.enetaddr |  2 ++
>  net/Kconfig         |  8 ++++++++
>  net/eth.c           | 12 ++++++++++++
>  4 files changed, 24 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list