public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB
@ 2015-12-05  7:50 Pavel Machek
  2015-12-05 14:04 ` Marek Vasut
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2015-12-05  7:50 UTC (permalink / raw)
  To: u-boot


CONFIG_PHYLIB is already set by the config system, don't set it again.
Avoids ton of warnings.
    
Signed-off-by: Pavel Machek <pavel@denx.de>

diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index b3f65b6..86eccba 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -105,7 +105,6 @@
 #define CONFIG_DW_ALTDESCRIPTOR
 #define CONFIG_MII
 #define CONFIG_AUTONEG_TIMEOUT		(15 * CONFIG_SYS_HZ)
-#define CONFIG_PHYLIB
 #define CONFIG_PHY_GIGE
 #endif
 

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-12-06  8:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-05  7:50 [U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB Pavel Machek
2015-12-05 14:04 ` Marek Vasut
2015-12-05 17:25   ` Pavel Machek
2015-12-05 17:54     ` Marek Vasut
2015-12-05 18:03       ` Pavel Machek
2015-12-05 18:09         ` Marek Vasut
2015-12-06  8:24           ` Thomas Chou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox