u-boot-brain/arch/arm/mach-davinci
Alex Kiernan 9925f1dbc3 net: Move enetaddr env access code to env config instead of net config
In order that we can use eth_env_* even when CONFIG_NET isn't set, move
these functions to environment code from net code.

This fixes failures such as:

  board/ti/am335x/built-in.o: In function `board_late_init':
  board/ti/am335x/board.c:752: undefined reference to `eth_env_set_enetaddr'
  u-boot/board/ti/am335x/board.c:766: undefined reference to `eth_env_set_enetaddr'

which caters for use cases such as:

commit f411b5cca4 ("board: am335x: Always set eth/eth1addr environment
variable")

when Ethernet is required in Linux, but not U-Boot.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
2018-04-08 23:00:58 -04:00
..
include/mach common: arm: davinci: Move header file out of common 2017-06-05 12:31:23 -04:00
config.mk ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
cpu.c bitops: introduce BIT() definition 2015-09-11 17:15:32 -04:00
da850_lowlevel.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
da850_pinmux.c arm: Add support for LEGO MINDSTORMS EV3 2016-03-14 19:18:40 -04:00
dm355.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dm365_lowlevel.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dm365.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dm644x.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dm646x.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
dp83848.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
et1011c.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
Kconfig davinci: Enable DDR_INIT for DA8XX 2018-03-22 16:32:31 -04:00
ksz8873.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
lowlevel_init.S ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
lxt972.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
Makefile ARM: davinci: Remove CONFIG_SOC_DA830 2017-09-15 12:35:48 -04:00
misc.c net: Move enetaddr env access code to env config instead of net config 2018-04-08 23:00:58 -04:00
pinmux.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
psc.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
reset.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00
spl.c spl: eMMC/SD: Provide one __weak spl_boot_mode() function 2018-02-07 22:06:18 -05:00
timer.c ARM: davinci: move SoC sources to mach-davinci 2015-02-21 08:23:51 -05:00