]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cpu/: get mac address from environment
authorMike Frysinger <vapier@gentoo.org>
Thu, 12 Feb 2009 00:18:41 +0000 (19:18 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Mar 2009 21:39:11 +0000 (22:39 +0100)
commit6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
tree0e5d0e6e20b9265f68bc67c4bb0930566d05c658
parent03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
cpu/: get mac address from environment

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.

The cpus that get converted here:
at91rm9200
mpc512x
mpc5xxx
mpc8260
mpc8xx
ppc4xx

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Ben Warren <biggerbadderben@gmail.com>
CC: John Rigby <jrigby@freescale.com>
CC: Stefan Roese <sr@denx.de>
cpu/arm920t/at91rm9200/ether.c
cpu/mpc512x/cpu.c
cpu/mpc5xxx/cpu.c
cpu/mpc8260/ether_fcc.c
cpu/mpc8260/ether_scc.c
cpu/ppc4xx/cpu_init.c
post/cpu/mpc8xx/ether.c