u-boot-brain/board/m501sk
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
..
config.mk Support for Artila M-501 starter kit 2008-02-14 09:38:08 +00:00
eeprom.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
m501sk.c boards: get mac address from env and move load_sernum_ethaddr() to board init 2009-03-20 22:39:12 +01:00
m501sk.h Support for Artila M-501 starter kit 2008-02-14 09:38:08 +00:00
Makefile m501sk: move to the common memory setup 2009-01-06 21:38:01 +01:00
u-boot.lds Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00