From: Vipul Kumar <vipul.ku...@xilinx.com>

This patch moved ethernet PHY configs of Microblaze board to
respective defconfig.

Signed-off-by: Vipul Kumar <vip...@xilinx.com>
Signed-off-by: Michal Simek <michal.si...@xilinx.com>
---

 configs/microblaze-generic_defconfig | 8 ++++++++
 include/configs/microblaze-generic.h | 8 --------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/configs/microblaze-generic_defconfig 
b/configs/microblaze-generic_defconfig
index 5254c0da790a..7c5a3f09cac0 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -44,8 +44,16 @@ CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_NETCONSOLE=y
 CONFIG_SPL_DM=y
 CONFIG_MTD_NOR_FLASH=y
+CONFIG_PHY_ATHEROS=y
+CONFIG_PHY_BROADCOM=y
+CONFIG_PHY_DAVICOM=y
+CONFIG_PHY_LXT=y
+CONFIG_PHY_MARVELL=y
 CONFIG_PHY_MICREL=y
 CONFIG_PHY_MICREL_KSZ90X1=y
+CONFIG_PHY_NATSEMI=y
+CONFIG_PHY_REALTEK=y
+CONFIG_PHY_VITESSE=y
 CONFIG_DM_ETH=y
 CONFIG_XILINX_AXIEMAC=y
 CONFIG_XILINX_EMACLITE=y
diff --git a/include/configs/microblaze-generic.h 
b/include/configs/microblaze-generic.h
index 41e6790d68e1..16481cb7ce99 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -212,14 +212,6 @@
 #if defined(CONFIG_XILINX_AXIEMAC)
 # define CONFIG_MII            1
 # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN       1
-# define CONFIG_PHY_ATHEROS    1
-# define CONFIG_PHY_BROADCOM   1
-# define CONFIG_PHY_DAVICOM    1
-# define CONFIG_PHY_LXT                1
-# define CONFIG_PHY_MARVELL    1
-# define CONFIG_PHY_NATSEMI    1
-# define CONFIG_PHY_REALTEK    1
-# define CONFIG_PHY_VITESSE    1
 #else
 # undef CONFIG_MII
 #endif
-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to