summaryrefslogtreecommitdiffstats
path: root/include/configs/km
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-02 10:01:28 +0000
committerWolfgang Denk <wd@denx.de>2011-10-05 22:22:16 +0200
commit31a4f1e5b6ee9b6335f0313dce7637cef887f84f (patch)
treee0f7944dcb5150ae64a6f30a0b1e0fdce98f6998 /include/configs/km
parente2a53458a7ab375233048e922c4adf494866a78f (diff)
downloadblackbird-obmc-uboot-31a4f1e5b6ee9b6335f0313dce7637cef887f84f.tar.gz
blackbird-obmc-uboot-31a4f1e5b6ee9b6335f0313dce7637cef887f84f.zip
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.h1
-rw-r--r--include/configs/km/km83xx-common.h3
-rw-r--r--include/configs/km/km_arm.h1
3 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/km/km82xx-common.h b/include/configs/km/km82xx-common.h
index 0360cd31ce..02a82a69bc 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 4a357d6850..2014e3770a 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 8476eb77bb..c117943f28 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 */
OpenPOWER on IntegriCloud