From: John Linn Date: Wed, 18 Jan 2012 02:39:09 +0000 (-0800) Subject: Xilinx: ARM: prevent 1 Gb with GEM for now X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bea4d7273a9acfb5433430a50eb503e8d0962e5;p=thirdparty%2Fu-boot.git 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. --- 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);