summaryrefslogtreecommitdiffstats
path: root/include/configs/ns9750dev.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-16 10:04:10 +0000
committerWolfgang Denk <wd@denx.de>2011-10-23 23:34:20 +0200
commit8b710b163b49bd2998b4b94813e259125a30feaf (patch)
tree76103fd1742b1d348023e52cb6fcc35dd884e88d /include/configs/ns9750dev.h
parentae6edb54c0817346b2ccc31e2834931fa88b270f (diff)
downloadtalos-obmc-uboot-8b710b163b49bd2998b4b94813e259125a30feaf.tar.gz
talos-obmc-uboot-8b710b163b49bd2998b4b94813e259125a30feaf.zip
net: ns9750: drop !NET_MULTI driver
Only one board uses this driver (ns9750dev), but the board doesn't seem to have an entry to actually build it in the Makefile/boards.cfg, so just delete net support from its board config. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/ns9750dev.h')
-rw-r--r--include/configs/ns9750dev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ns9750dev.h b/include/configs/ns9750dev.h
index 8ecd2a98a0..c495423ddc 100644
--- a/include/configs/ns9750dev.h
+++ b/include/configs/ns9750dev.h
@@ -55,7 +55,6 @@
* Hardware drivers
*/
#define CONFIG_NS9750_UART 1 /* use on-chip UART */
-#define CONFIG_DRIVER_NS9750_ETHERNET 1 /* use on-chip ethernet */
/*
* select serial console configuration
@@ -86,7 +85,6 @@
#define CONFIG_CMD_LOADB
#define CONFIG_CMD_LOADS
#define CONFIG_CMD_MEMORY
-#define CONFIG_CMD_NET
#define CONFIG_CMD_PING
OpenPOWER on IntegriCloud