Re: [U-Boot] [PATCH 16/27] cpu/: get mac address from environment

2009-02-16 Thread Mike Frysinger
On Monday 16 February 2009 17:52:55 Wolfgang Denk wrote: > In message Mike Frysinger wrote: > > --- a/cpu/mpc8260/ether_scc.c > > +++ b/cpu/mpc8260/ether_scc.c > > @@ -199,6 +199,7 @@ static int sec_init(struct eth_device *dev, bd_t > > *bis) volatile immap_t *immr = (immap_t *)CONFIG_SYS_IMMR; > >

Re: [U-Boot] [PATCH 16/27] cpu/: get mac address from environment

2009-02-16 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1234596190-524-17-git-send-email-vap...@gentoo.org> you wrote: > 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. ... > --- a/cpu/mpc8260/ethe