]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lan91c96/smc91111/smc911x: get mac address from environment
authorMike Frysinger <vapier@gentoo.org>
Thu, 12 Feb 2009 00:09:54 +0000 (19:09 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Mar 2009 21:39:11 +0000 (22:39 +0100)
commit03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
tree290db467d9217ac53a4e6f799a3f7547a3da48a4
parentc527ce92511cbf723c2ca77bee1cf9ecf83dac81
lan91c96/smc91111/smc911x: 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, do not bother checking the EEPROM if the env is setup.  This
simplifies the code greatly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Wolfgang Dnek <wd@denx.de>
CC: Ben Warren <biggerbadderben@gmail.com>
CC: Rolf Offermanns <rof@sysgo.de>
CC: Erik Stahlman <erik@vt.edu>
CC: Daris A Nevil <dnevil@snmc.com>
CC: Sascha Hauer <s.hauer@pengutronix.de>
drivers/net/lan91c96.c
drivers/net/smc91111.c
drivers/net/smc911x.c