Re: [U-Boot] [PATCH] net, davinci_emac: add KSZ8864 switch

2011-09-15 Thread Heiko Schocher
Hello Mike, Mike Frysinger wrote: > On Thursday, September 15, 2011 01:36:09 Heiko Schocher wrote: >> --- /dev/null >> +++ b/arch/arm/cpu/arm926ejs/davinci/ksz8873.c >> >> +#ifdef CONFIG_DRIVER_TI_EMAC > > this file is only built when this is defined, so this is useless > >> +#ifdef CONFIG_CMD_N

Re: [U-Boot] [PATCH] net, davinci_emac: add KSZ8864 switch

2011-09-15 Thread Mike Frysinger
On Thursday, September 15, 2011 01:36:09 Heiko Schocher wrote: > --- /dev/null > +++ b/arch/arm/cpu/arm926ejs/davinci/ksz8873.c > > +#ifdef CONFIG_DRIVER_TI_EMAC this file is only built when this is defined, so this is useless > +#ifdef CONFIG_CMD_NET building net drivers but not enabling CMD_N

[U-Boot] [PATCH] net, davinci_emac: add KSZ8864 switch

2011-09-14 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Cc: Paulraj Sandeep Cc: Albert ARIBAUD --- arch/arm/cpu/arm926ejs/davinci/Makefile |2 +- arch/arm/cpu/arm926ejs/davinci/ksz8873.c | 74 + arch/arm/include/asm/arch-davinci/emac_defs.h |6 ++ drivers/net/davinci_emac.c