diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-02 10:01:28 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-05 22:22:16 +0200 |
commit | 31a4f1e5b6ee9b6335f0313dce7637cef887f84f (patch) | |
tree | e0f7944dcb5150ae64a6f30a0b1e0fdce98f6998 /include/configs/vme8349.h | |
parent | e2a53458a7ab375233048e922c4adf494866a78f (diff) | |
download | u-boot-imx-31a4f1e5b6ee9b6335f0313dce7637cef887f84f.zip u-boot-imx-31a4f1e5b6ee9b6335f0313dce7637cef887f84f.tar.gz u-boot-imx-31a4f1e5b6ee9b6335f0313dce7637cef887f84f.tar.bz2 |
board configs: drop NET_MULTI references
Now that none of the core checks CONFIG_NET_MULTI, there's not much point
in boards defining it. So scrub all references to it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/vme8349.h')
-rw-r--r-- | include/configs/vme8349.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index d153762..fe2bc1d 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -266,7 +266,6 @@ #endif #ifndef VME_CADDY2 -#define CONFIG_NET_MULTI #endif #define CONFIG_PCI_PNP /* do pci plug-and-play */ @@ -294,9 +293,6 @@ #endif #if defined(CONFIG_TSEC_ENET) -#ifndef CONFIG_NET_MULTI -#define CONFIG_NET_MULTI -#endif #define CONFIG_GMII /* MII PHY management */ #define CONFIG_TSEC1 @@ -316,12 +312,6 @@ #endif /* CONFIG_TSEC_ENET */ -#if defined(CONFIG_E1000) -#ifndef CONFIG_NET_MULTI -#define CONFIG_NET_MULTI -#endif -#endif - /* * Environment */ |