ppc: mark global bi_enet*addr as legacy
authorMike Frysinger <vapier@gentoo.org>
Thu, 12 Feb 2009 01:07:19 +0000 (20:07 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Mar 2009 21:39:12 +0000 (22:39 +0100)
commiteb85aa594c1b57a1e3be9689b65171a137a36432
treed7cc386d275918a7abfe0e4328913fc2eab054b7
parent9c150102bc1de375d36d97a1cc2dd0e9639b15df
ppc: mark global bi_enet*addr as legacy

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.

In the ppc case, these things are part of the legacy ABI, so keep them
around but mark them as legacy so no new code will touch them.

Also stop calling load_sernum_ethaddr() since all boards now implement
this as a stub.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Ben Warren <biggerbadderben@gmail.com>
include/asm-ppc/u-boot.h
lib_ppc/board.c