u-boot/board/kup
Mike Frysinger 9c150102bc boards: get mac address from env and move load_sernum_ethaddr() to board init
The environment is the canonical storage location of the mac address, so
we're killing off the global data location and moving everything to
querying the env directly.

Rather than have common ppc code call a board-specific function like
load_sernum_ethaddr(), have each board call it in its own board-specific
misc_init_r() function.

The boards that get converted here are:
	- kup4k/kup4x
	- pcs440ep
	- tqm8xx

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Ben Warren <biggerbadderben@gmail.com>
CC: Stefan Roese <sr@denx.de>
2009-03-20 22:39:12 +01:00
..
common boards: get mac address from env and move load_sernum_ethaddr() to board init 2009-03-20 22:39:12 +01:00
kup4k boards: get mac address from env and move load_sernum_ethaddr() to board init 2009-03-20 22:39:12 +01:00
kup4x boards: get mac address from env and move load_sernum_ethaddr() to board init 2009-03-20 22:39:12 +01:00
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00