Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-15 Thread Stefano Babic
On 15/01/2012 02:12, Mike Frysinger wrote: > On Saturday 14 January 2012 05:08:46 Stefano Babic wrote: >> On 11/01/2012 13:47, Fabio Estevam wrote: >>> CONFIG_NET_MULTI is not used anymore, so remove it from board >>> files. >>> >>> include/configs/P1010RDB.h |5 - >>> include/conf

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-14 Thread Mike Frysinger
On Saturday 14 January 2012 05:08:46 Stefano Babic wrote: > On 11/01/2012 13:47, Fabio Estevam wrote: > > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > > > include/configs/P1010RDB.h |5 - > > include/configs/PM826.h|2 -- > > include/con

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-14 Thread Mike Frysinger
On Wednesday 11 January 2012 07:47:31 Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. NAK: idea: good. actual patch: buggy :(. > --- a/include/configs/P1010RDB.h > +++ b/include/configs/P1010RDB.h > > -#if defined(CONFIG_TSEC_ENET) > -#ifndef CONFIG_N

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-14 Thread Stefano Babic
On 11/01/2012 13:47, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam > --- > include/configs/P1010RDB.h |5 - > include/co

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Tom Rini
On Wed, Jan 11, 2012 at 5:47 AM, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam > --- >  include/configs/P1010RDB.h         |    5 - >

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Kumar Gala
On Jan 11, 2012, at 6:47 AM, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam > --- > include/configs/P1010RDB.h |5 - > in

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Stefano Babic
On 11/01/2012 13:47, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam > --- > include/configs/P1010RDB.h |5 - > include/co

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Heiko Schocher
Hello Fabio, Fabio Estevam wrote: > CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam > --- > include/configs/P1010RDB.h |5 - > include/configs/P

Re: [U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Marek Vasut
> CONFIG_NET_MULTI is not used anymore, so remove it from board files. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Kumar Gala > Cc: Sandeep Paulraj > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut For efikamx: Tested-by: Marek Vasut > --- > include/configs/P1010RDB.h |

[U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files

2012-01-11 Thread Fabio Estevam
CONFIG_NET_MULTI is not used anymore, so remove it from board files. Cc: Marek Vasut Cc: Stefano Babic Cc: Kumar Gala Cc: Sandeep Paulraj Signed-off-by: Fabio Estevam --- include/configs/P1010RDB.h |5 - include/configs/PM826.h|2 -- include/configs/PM828.h