]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh_eth: get mac address from environment
authorMike Frysinger <vapier@gentoo.org>
Thu, 12 Feb 2009 00:14:09 +0000 (19:14 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Mar 2009 21:39:11 +0000 (22:39 +0100)
commitc527ce92511cbf723c2ca77bee1cf9ecf83dac81
tree90a981552d474d6e7d24f1ace37751ea21e004cf
parent0a5238cea90665c230297a8fd77bb0b3b61ca177
sh_eth: 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 sh_eth driver can also be simplified a bit by using enetaddr member of
the eth_device structure.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Carlos Munoz <carlos@kenati.com>
CC: Ben Warren <biggerbadderben@gmail.com>
drivers/net/sh_eth.c