This patch add support to operate u-boot ethernet on 1Gig, as
the Linux operates the same. we synchronise both the speeds.
Signed-off-by: Jagan <jaganna@xilinx.com>
/***** Try to establish a link at the highest speed possible *****/
#ifdef CONFIG_EP107
- Xgmac_set_eth_advertise(EmacPssInstancePtr, 100);
+ /* CR-659040 */
+ Xgmac_set_eth_advertise(EmacPssInstancePtr, 1000);
#else
+ /* CR-659040 */
/* Could be 1000 if an unknown bug is fixed */
Xgmac_set_eth_advertise(EmacPssInstancePtr, 1000);
#endif