summaryrefslogtreecommitdiffstats
path: root/lib_arm
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-11 19:55:01 -0500
committerWolfgang Denk <wd@denx.de>2009-03-20 22:39:12 +0100
commit92b50ffef978f05858a0ff4cbe88430bc51a28a2 (patch)
treedce17341b86d5d280a33d8c7ee71156d032515ad /lib_arm
parentd8d21e699d7fcfb6ab11635110266dd09b7edc62 (diff)
downloadtalos-obmc-uboot-92b50ffef978f05858a0ff4cbe88430bc51a28a2.tar.gz
talos-obmc-uboot-92b50ffef978f05858a0ff4cbe88430bc51a28a2.zip
cmc_pu2: 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. Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to handle this board specially in common ARM code. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'lib_arm')
-rw-r--r--lib_arm/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c
index 11a6eb6199..3dfaec01b4 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -381,10 +381,6 @@ void start_armboot (void)
devices_init (); /* get the devices list going. */
-#ifdef CONFIG_CMC_PU2
- load_sernum_ethaddr ();
-#endif /* CONFIG_CMC_PU2 */
-
jumptable_init ();
#if defined(CONFIG_API)
OpenPOWER on IntegriCloud