[U-Boot] [PATCH v2 19/40] env: net: Move eth_parse_enetaddr() to net.c/h

Simon Glass sjg at chromium.org
Thu Sep 12 18:22:15 UTC 2019


Hi,

On Thu, 12 Sep 2019 at 10:59, Ondřej Jirman <megous at megous.com> wrote:
>
> Hello,
>
> On Thu, Aug 01, 2019 at 09:46:54AM -0600, Simon Glass wrote:
> > This function fits better with the network subsystem, so move it.
>
> Unfortunately, this breaks builds without CONFIG_NET. Reverting it
> fixes the issue.
>
>   LD      u-boot
> cmd/built-in.o: In function `eth_env_get_enetaddr':
> u-boot-v2019.10/cmd/nvedit.c:363: undefined reference to `eth_parse_enetaddr'
> make[1]: *** [u-boot-v2019.10/Makefile:1594: u-boot] Error 1
> make[1]: Leaving directory 'builds/.tmp/u-pc-5.4'
> make: *** [Makefile:148: sub-make] Error 2
>

Which board is this please?

Regards,
Simon


More information about the U-Boot mailing list