[U-Boot] [PATCH] arm: socfpga: Don't redefine CONFIG_PHYLIB

Pavel Machek pavel at denx.de
Sat Dec 5 08:50:39 CET 2015


CONFIG_PHYLIB is already set by the config system, don't set it again.
Avoids ton of warnings.
    
Signed-off-by: Pavel Machek <pavel at 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


More information about the U-Boot mailing list