]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Revert "Xilinx: ARM: GEM PHY address update for silicon."
authorGIT Repo <git@xsjlinnj40.(none)>
Mon, 21 Nov 2011 22:39:07 +0000 (14:39 -0800)
committerGIT Repo <git@xsjlinnj40.(none)>
Mon, 21 Nov 2011 22:39:07 +0000 (14:39 -0800)
This reverts commit 90a036349c6ad4e69fd9c3b7cce19c037eefbd48.

The new board has only 2 choices for PHY addresses, 0x7 and
0x17 which are based on the jumpers. 0x17 was what was being
used on EP107 so assuming we set the jumpers we shouldn't
need this change which would not have worked (0x16 phy addr).

board/xilinx/dfe/xgmac.c

index 79a941845eb67a543131eb8d5f056ebf8eb33881..1b53baaf763cf59fbe116c4998a2d20e6ee73837 100644 (file)
@@ -18,12 +18,7 @@ int Xgmac_phy_mgmt_idle(XEmacPss * EmacPssInstancePtr);
 /*************************** Constant Definitions ***************************/
 
 #define EMACPSS_DEVICE_ID   0
-
-#if defined(CONFIG_EP107)
-# define PHY_ADDR 0x17
-#else
-# define PHY_ADDR 0x10
-#endif
+#define PHY_ADDR 0x17
 
 #define RXBD_CNT       8       /* Number of RxBDs to use */
 #define TXBD_CNT       8       /* Number of TxBDs to use */