From 795428fc679fb74734a7144498a00e2274214f03 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 26 Oct 2017 21:24:29 +0900 Subject: net: remove CONFIG_NET_MULTI This macro is defined, but not referenced by anyone. I did not touch config_whitelist.txt - the CONFIG will be dropped by the next re-sync. Signed-off-by: Masahiro Yamada Reviewed-by: York Sun --- include/configs/nsa310s.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/nsa310s.h') diff --git a/include/configs/nsa310s.h b/include/configs/nsa310s.h index 896c32996c..9c84acc89c 100644 --- a/include/configs/nsa310s.h +++ b/include/configs/nsa310s.h @@ -67,7 +67,6 @@ /* Ethernet driver configuration */ #ifdef CONFIG_CMD_NET #define CONFIG_NETCONSOLE -#define CONFIG_NET_MULTI #define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */ #define CONFIG_PHY_BASE_ADR 1 #define CONFIG_RESET_PHY_R -- cgit v1.2.1