[U-Boot] [PATCH 1/3] m28evk: Remove CONFIG_NET_MULTI option
Marek Vasut
marek.vasut at gmail.com
Tue Jan 10 20:57:22 CET 2012
> CONFIG_NET_MULTI is not used anymore, so remove it from board file.
>
> Cc: Marek Vasut <marek.vasut at gmail.com>
> Signed-off-by: Fabio Estevam <fabio.estevam at 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 at gmail.com>
Though you should drop it from all other board files (hint: git grep
CONFIG_NET_MULTI)
More information about the U-Boot
mailing list