diff options
| author | Bo Shen <voice.shen@gmail.com> | 2013-08-28 14:36:56 +0000 |
|---|---|---|
| committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-09-04 17:07:30 +0200 |
| commit | 27871e6b519ccd933bd91c879241995c272fef3b (patch) | |
| tree | ba98966f007475252b76d966c8d2dc00cced0ce5 | |
| parent | 1bd3e2a823e196c6f8752be87fa2379c27df2ee1 (diff) | |
| download | olio-uboot-2014.01-27871e6b519ccd933bd91c879241995c272fef3b.tar.xz olio-uboot-2014.01-27871e6b519ccd933bd91c879241995c272fef3b.zip | |
ARM: atmel: sama5d3: drop unused CONFIG_NET_MULTI
Drop unused CONFIG_NET_MULTI
Signed-off-by: Bo Shen <voice.shen@gmail.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
| -rw-r--r-- | include/configs/sama5d3xek.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 409919898..76fa500ed 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 |