From 3bea4d7273a9acfb5433430a50eb503e8d0962e5 Mon Sep 17 00:00:00 2001 From: John Linn Date: Tue, 17 Jan 2012 18:39:09 -0800 Subject: [PATCH] Xilinx: ARM: prevent 1 Gb with GEM for now This commit is intended to be reverted once all the boards are patched so that Gb works. Until then, stay at 100 Mb. This allowed the previous work to be checked in so that it's ready. --- board/xilinx/dfe/xgmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/xilinx/dfe/xgmac.c b/board/xilinx/dfe/xgmac.c index 2666de09524..93e36c07e47 100644 --- a/board/xilinx/dfe/xgmac.c +++ b/board/xilinx/dfe/xgmac.c @@ -268,7 +268,7 @@ int eth_init(bd_t * bis) #ifdef CONFIG_EP107 set_eth_advertise(EmacPssInstancePtr, 100); #else - set_eth_advertise(EmacPssInstancePtr, 1000); + set_eth_advertise(EmacPssInstancePtr, 100); #endif phy_rst(EmacPssInstancePtr); -- 2.47.3