[U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files
Mike Frysinger
vapier at gentoo.org
Sun Jan 15 01:53:21 CET 2012
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_NET_MULTI
> -#define CONFIG_NET_MULTI
> -#endif
> -
> #define CONFIG_MII /* MII PHY management */
> #define CONFIG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */
> #define CONFIG_TSEC1 1
you sure this is correct ? looks like you deleted 2 if statements but only 1
endif.
> --- a/include/configs/p1_p2_rdb_pc.h
> +++ b/include/configs/p1_p2_rdb_pc.h
>
> #define CONFIG_DOS_PARTITION
> #endif /* CONFIG_PCI */
>
> -#if defined(CONFIG_TSEC_ENET)
> -
> -#ifndef CONFIG_NET_MULTI
> -#define CONFIG_NET_MULTI
> -#endif
> -
> #define CONFIG_MII /* MII PHY management */
> #define CONFIG_TSEC1
> #define CONFIG_TSEC1_NAME "eTSEC1"
same issue here
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120114/3d46b22f/attachment.pgp>
More information about the U-Boot
mailing list