[U-Boot] [PATCH v2 1/2] ARM: phytec: pcm051: Remove unneeded CONFIG_USE_IRQ
poeschel at lemonage.de
poeschel at lemonage.de
Tue Jun 2 11:23:04 CEST 2015
From: Lars Poeschel <poeschel at lemonage.de>
The config for pcm051 still undef'd CONFIG_USE_IRQ. This is not
needed any more since it is not defined in the whole include path
before.
Signed-off-by: Lars Poeschel <poeschel at lemonage.de>
---
include/configs/pcm051.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h
index c0bb227..601c919 100644
--- a/include/configs/pcm051.h
+++ b/include/configs/pcm051.h
@@ -163,9 +163,6 @@
#define CONFIG_USB_ETH_RNDIS
#endif /* CONFIG_MUSB_GADGET */
-/* Unsupported features */
-#undef CONFIG_USE_IRQ
-
#define CONFIG_NET_MULTI
#define CONFIG_PHY_GIGE
#define CONFIG_PHYLIB
--
2.1.4
More information about the U-Boot
mailing list