commit | 0107cf66f7346e8c7d6cf0fe99d2f265134afd59 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Feb 11 19:36:20 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Fri Mar 20 22:39:11 2009 +0100 |
tree | c1e55d8bda28e709db5522892d26d683f9acc9dd | |
parent | 19b5b533ccd522abeb501d510750693c35e20456 [diff] |
nx823: 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. For the nx823, the serial number is moved out of load_sernum_ethaddr() and into misc_init_r() as is the env setup. This lets us kill off the former function in the process. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Ben Warren <biggerbadderben@gmail.com>