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/km | |
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/km')
-rw-r--r-- | include/configs/km/km82xx-common.h | 1 | ||||
-rw-r--r-- | include/configs/km/km83xx-common.h | 3 | ||||
-rw-r--r-- | include/configs/km/km_arm.h | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/km/km82xx-common.h b/include/configs/km/km82xx-common.h index 0360cd3..02a82a6 100644 --- a/include/configs/km/km82xx-common.h +++ b/include/configs/km/km82xx-common.h @@ -52,7 +52,6 @@ #define CONFIG_ETHER_ON_SCC /* Ethernet is on SCC */ #undef CONFIG_ETHER_ON_FCC /* Ethernet is not on FCC */ #undef CONFIG_ETHER_NONE /* No external Ethernet */ -#define CONFIG_NET_MULTI #define CONFIG_ETHER_INDEX 4 #define CONFIG_HAS_ETH0 diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h index 4a357d6..2014e37 100644 --- a/include/configs/km/km83xx-common.h +++ b/include/configs/km/km83xx-common.h @@ -150,9 +150,6 @@ #define CONFIG_OF_BOARD_SETUP #define CONFIG_OF_STDOUT_VIA_ALIAS -#ifndef CONFIG_NET_MULTI -#define CONFIG_NET_MULTI -#endif /* * QE UEC ethernet configuration */ diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 8476eb7..c117943 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -153,7 +153,6 @@ * Ethernet Driver configuration */ #define CONFIG_NETCONSOLE /* include NetConsole support */ -#define CONFIG_NET_MULTI /* specify more that one ports available */ #define CONFIG_MII /* expose smi ove miiphy interface */ #define CONFIG_MVGBE /* Enable Marvell Gbe Controller Driver */ #define CONFIG_SYS_FAULT_ECHO_LINK_DOWN /* detect link using phy */ |