[U-Boot] [PATCH] ARM: phytec: pcm051: drop unused CONFIG_NET_MULTI

poeschel at lemonage.de poeschel at lemonage.de
Mon Jun 1 16:59:28 CEST 2015


From: Lars Poeschel <poeschel at lemonage.de>

Drop unused CONFIG_NET_MULTI.
Also drop CONFIG_USE_IRQ, that is not used either.

Signed-off-by: Lars Poeschel <poeschel at lemonage.de>
---
 include/configs/pcm051.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h
index c0bb227..eef3269 100644
--- a/include/configs/pcm051.h
+++ b/include/configs/pcm051.h
@@ -163,10 +163,8 @@
 #define CONFIG_USB_ETH_RNDIS
 #endif /* CONFIG_MUSB_GADGET */
 
-/* Unsupported features */
-#undef CONFIG_USE_IRQ
 
-#define CONFIG_NET_MULTI
+/* Network. */
 #define CONFIG_PHY_GIGE
 #define CONFIG_PHYLIB
 #define CONFIG_PHY_SMSC
-- 
2.1.4



More information about the U-Boot mailing list