diff mbox

[U-Boot,1/3] m28evk: Remove CONFIG_NET_MULTI option

Message ID 1326222190-21143-1-git-send-email-festevam@gmail.com
State Changes Requested
Headers show

Commit Message

Fabio Estevam Jan. 10, 2012, 7:03 p.m. UTC
CONFIG_NET_MULTI is not used anymore, so remove it from board file.

Cc: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/m28evk.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Marek Vasut Jan. 10, 2012, 7:57 p.m. UTC | #1
> CONFIG_NET_MULTI is not used anymore, so remove it from board file.
> 
> Cc: Marek Vasut <marek.vasut@gmail.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  include/configs/m28evk.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
> index 39c841f..51eb1c1 100644
> --- a/include/configs/m28evk.h
> +++ b/include/configs/m28evk.h
> @@ -179,7 +179,6 @@
>   * Ethernet on SOC (FEC)
>   */
>  #ifdef	CONFIG_CMD_NET
> -#define	CONFIG_NET_MULTI
>  #define	CONFIG_ETHPRIME			"FEC0"
>  #define	CONFIG_FEC_MXC
>  #define	CONFIG_FEC_MXC_MULTI

Acked-by: Marek Vasut <marek.vasut@gmail.com>

Though you should drop it from all other board files (hint: git grep 
CONFIG_NET_MULTI)
Fabio Estevam Jan. 10, 2012, 8 p.m. UTC | #2
On Tue, Jan 10, 2012 at 5:57 PM, Marek Vasut <marek.vasut@gmail.com> wrote:

> Acked-by: Marek Vasut <marek.vasut@gmail.com>
>
> Though you should drop it from all other board files (hint: git grep
> CONFIG_NET_MULTI)

Ok, will submit a patch for removing it from other board files.

Regards,

Fabio Estevam
Stefano Babic Jan. 11, 2012, 8:09 a.m. UTC | #3
On 10/01/2012 21:00, Fabio Estevam wrote:
> On Tue, Jan 10, 2012 at 5:57 PM, Marek Vasut <marek.vasut@gmail.com> wrote:
> 
>> Acked-by: Marek Vasut <marek.vasut@gmail.com>
>>
>> Though you should drop it from all other board files (hint: git grep
>> CONFIG_NET_MULTI)
> 
> Ok, will submit a patch for removing it from other board files.
> 

Maybe it is worth to have a single patch dropping CONFIG_NET_MULTI from
all boards instead of single patches - I assume that the patchs's length
remains under the ML limit.

Stefano Babic
diff mbox

Patch

diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 39c841f..51eb1c1 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -179,7 +179,6 @@ 
  * Ethernet on SOC (FEC)
  */
 #ifdef	CONFIG_CMD_NET
-#define	CONFIG_NET_MULTI
 #define	CONFIG_ETHPRIME			"FEC0"
 #define	CONFIG_FEC_MXC
 #define	CONFIG_FEC_MXC_MULTI