From 42eccdd650915962345daeae831dab183d67511b Mon Sep 17 00:00:00 2001 From: Lars Poeschel Date: Tue, 2 Jun 2015 11:25:54 +0200 Subject: configs: remove CONFIG_NET_MULTI CONFIG_NET_MULTI is not used anywhere and thus can safely be removed from the configs. Acked-by: Marek Vasut Acked-by: Viresh Kumar Signed-off-by: Lars Poeschel --- include/configs/socfpga_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/socfpga_common.h') diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index e742acf..5ba2f6a 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -97,7 +97,6 @@ * Ethernet on SoC (EMAC) */ #if defined(CONFIG_CMD_NET) && !defined(CONFIG_SOCFPGA_VIRTUAL_TARGET) -#define CONFIG_NET_MULTI #define CONFIG_DW_ALTDESCRIPTOR #define CONFIG_MII #define CONFIG_AUTONEG_TIMEOUT (15 * CONFIG_SYS_HZ) -- cgit v1.1