u-boot-brain/arch/arm/cpu/arm926ejs
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
..
armada100 board_f: Drop setup_dram_config() wrapper 2017-04-05 16:36:51 -04:00
lpc32xx serial, ns16550: bugfix: ns16550 fifo not enabled 2017-01-20 09:15:19 -05:00
mx25 build: Drop CONFIG_SPL_BUILD guards in some cases 2018-01-10 08:05:52 -05:00
mx27 build: Drop CONFIG_SPL_BUILD guards in some cases 2018-01-10 08:05:52 -05:00
mxs imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00
orion5x edminiv2: switch to SPL 2015-02-25 07:59:50 +01:00
spear net: Move enetaddr env access code to env config instead of net config 2018-04-08 23:00:58 -04:00
cache.c arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD 2017-03-18 20:28:01 -04:00
cpu.c arm, arm926ejs: make thumb mode compileable 2015-01-19 12:49:26 +01:00
Makefile arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD 2017-03-18 20:28:01 -04:00
start.S arm: Allow skipping of low-level init with I-cache on 2016-06-12 23:49:38 +02:00