From fb92bc88523004a62805d4428bb12ddb9be3efe4 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Fri, 7 Jul 2017 11:36:58 -0700 Subject: configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1 These boards will now use the ksz90x1 driver instead of the mess in ksz8xxx. This change is needed before the two drivers can be fully separated. Signed-off-by: Alexandru Gagniuc Acked-by: Joe Hershberger --- include/configs/pepper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/pepper.h') diff --git a/include/configs/pepper.h b/include/configs/pepper.h index ff3cd74ac31..ebc8b4ea993 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -81,7 +81,7 @@ #define CONFIG_PHYLIB #define CONFIG_PHY_ADDR 0 #define CONFIG_PHY_MICREL -#define CONFIG_PHY_MICREL_KSZ9021 +#define CONFIG_PHY_MICREL_KSZ90X1 #define CONFIG_PHY_RESET_DELAY 1000 /* SPL */ -- cgit From 3146f0c017df2231d03dff09cee31f7bd63db3e5 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Tue, 1 Aug 2017 17:19:59 -0700 Subject: Move PHYLIB to Kconfig Signed-off-by: Alexandru Gagniuc Acked-by: Joe Hershberger --- include/configs/pepper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/pepper.h') diff --git a/include/configs/pepper.h b/include/configs/pepper.h index ebc8b4ea993..1a994964295 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -78,7 +78,6 @@ /* Ethernet support */ #define CONFIG_PHY_GIGE -#define CONFIG_PHYLIB #define CONFIG_PHY_ADDR 0 #define CONFIG_PHY_MICREL #define CONFIG_PHY_MICREL_KSZ90X1 -- cgit From da3b9e7fd6a1e38af3cf0dff0248427c9df583ff Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Tue, 1 Aug 2017 17:20:00 -0700 Subject: Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig Signed-off-by: Alexandru Gagniuc Acked-by: Joe Hershberger --- include/configs/pepper.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/pepper.h') diff --git a/include/configs/pepper.h b/include/configs/pepper.h index 1a994964295..cd34b4f6cd7 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -79,8 +79,6 @@ /* Ethernet support */ #define CONFIG_PHY_GIGE #define CONFIG_PHY_ADDR 0 -#define CONFIG_PHY_MICREL -#define CONFIG_PHY_MICREL_KSZ90X1 #define CONFIG_PHY_RESET_DELAY 1000 /* SPL */ -- cgit