Re: [U-Boot] [PATCH 1/2] use MAC from environment and add support for new NET_MULTI api in ethernet driver of KS8695

2010-11-09 Thread Mike Frysinger
On Thursday, November 04, 2010 06:13:00 Bernstein, Michael wrote: > diff --unified --recursive --new-file > u-boot-2009.11/drivers/net/ks8695eth.c > u-boot-2009.11,new/drivers/net/ks8695eth.c --- > u-boot-2009.11/drivers/net/ks8695eth.c this is a pretty old tree. you should be using latest mainli

[U-Boot] [PATCH 1/2] use MAC from environment and add support for new NET_MULTI api in ethernet driver of KS8695

2010-11-04 Thread Bernstein, Michael
Hello, Use MAC from the environment instead of read a hard coded address in the ethernet driver of the KS8695. Signed-off-by: Michael Bernstein --- diff --unified --recursive --new-file u-boot-2009.11/drivers/net/ks8695eth.c u-boot-2009.11,new/drivers/net/ks8695eth.c --- u-boot-2009.11/drive