From 8b710b163b49bd2998b4b94813e259125a30feaf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 16 Oct 2011 10:04:10 +0000 Subject: 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 --- include/configs/ns9750dev.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/ns9750dev.h') diff --git a/include/configs/ns9750dev.h b/include/configs/ns9750dev.h index 8ecd2a9..c495423 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 -- cgit v1.1