summaryrefslogtreecommitdiffstats
path: root/include/configs/blackvme.h
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/blackvme.h
parente2a53458a7ab375233048e922c4adf494866a78f (diff)
downloadtalos-obmc-uboot-31a4f1e5b6ee9b6335f0313dce7637cef887f84f.tar.gz
talos-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/blackvme.h')
-rw-r--r--include/configs/blackvme.h24
1 files changed, 10 insertions, 14 deletions
diff --git a/include/configs/blackvme.h b/include/configs/blackvme.h
index 9950e44f52..b425b7b628 100644
--- a/include/configs/blackvme.h
+++ b/include/configs/blackvme.h
@@ -72,26 +72,22 @@
* Then use the dedicated card IP + 1 for the board
* http://docs.blackfin.uclinux.org/doku.php?id=setting_up_the_network
*/
-#define CONFIG_NET_MULTI
-
#define CONFIG_DRIVER_AX88180 1
#define AX88180_BASE 0x2c000000
#define CONFIG_CMD_MII /* enable probing PHY */
-#ifdef CONFIG_NET_MULTI /* also used as the network enabler */
-# define CONFIG_HOSTNAME blackvme /* Bfin board */
-# define CONFIG_IPADDR 169.254.144.145 /* Bfin board */
-# define CONFIG_GATEWAYIP 169.254.144.144 /* dedic card */
-# define CONFIG_SERVERIP 169.254.144.144 /* tftp server */
-# define CONFIG_NETMASK 255.255.255.0
-# define CONFIG_ROOTPATH /export/uClinux-dist/romfs /*NFS*/
-# define CFG_AUTOLOAD "no"
-# define CONFIG_CMD_DHCP
-# define CONFIG_CMD_PING
-# define CONFIG_ENV_OVERWRITE 1 /* enable changing MAC at runtime */
+#define CONFIG_HOSTNAME blackvme /* Bfin board */
+#define CONFIG_IPADDR 169.254.144.145 /* Bfin board */
+#define CONFIG_GATEWAYIP 169.254.144.144 /* dedic card */
+#define CONFIG_SERVERIP 169.254.144.144 /* tftp server */
+#define CONFIG_NETMASK 255.255.255.0
+#define CONFIG_ROOTPATH /export/uClinux-dist/romfs /*NFS*/
+#define CFG_AUTOLOAD "no"
+#define CONFIG_CMD_DHCP
+#define CONFIG_CMD_PING
+#define CONFIG_ENV_OVERWRITE 1 /* enable changing MAC at runtime */
/* Comment out hardcoded MAC to enable MAC storage in EEPROM */
/* # define CONFIG_ETHADDR ff:ee:dd:cc:bb:aa */
-#endif
/*
* SDRAM settings & memory map
OpenPOWER on IntegriCloud