]> Git Repo - J-u-boot.git/commit
lan91c96/smc91111/smc911x: get mac address from environment
authorMike Frysinger <[email protected]>
Thu, 12 Feb 2009 00:09:54 +0000 (19:09 -0500)
committerWolfgang Denk <[email protected]>
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 <[email protected]>
Signed-off-by: Wolfgang Dnek <[email protected]>
CC: Ben Warren <[email protected]>
CC: Rolf Offermanns <[email protected]>
CC: Erik Stahlman <[email protected]>
CC: Daris A Nevil <[email protected]>
CC: Sascha Hauer <[email protected]>
drivers/net/lan91c96.c
drivers/net/smc91111.c
drivers/net/smc911x.c
This page took 0.036334 seconds and 4 git commands to generate.