[U-Boot] [PATCH] ARM: atmel: sama5d3: drop unused CONFIG_NET_MULTI

28 Aug
2013
28 Aug
'13
4:36 p.m.
Drop unused CONFIG_NET_MULTI
Signed-off-by: Bo Shen voice.shen@gmail.com
--- include/configs/sama5d3xek.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 4099198..76fa500 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -130,7 +130,6 @@ /* Ethernet Hardware */ #define CONFIG_MACB #define CONFIG_RMII -#define CONFIG_NET_MULTI #define CONFIG_NET_RETRY_COUNT 20 #define CONFIG_MACB_SEARCH_PHY #define CONFIG_RGMII
--
1.7.10.4
4270
Age (days ago)
4270
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bo Shen