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).
/*************************** 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 */