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/apx4devkit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/apx4devkit.h') diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h index de14d11eab..445cb190a7 100644 --- a/include/configs/apx4devkit.h +++ b/include/configs/apx4devkit.h @@ -87,7 +87,6 @@ /* FEC Ethernet on SoC */ #ifdef CONFIG_CMD_NET #define CONFIG_FEC_MXC -#define CONFIG_NET_MULTI #define CONFIG_ETHPRIME "FEC" #define CONFIG_FEC_MXC_PHYADDR 0 #define IMX_FEC_BASE MXS_ENET0_BASE -- cgit v1.2.1