]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: prevent 1 Gb with GEM for now
authorJohn Linn <john.linn@xilinx.com>
Wed, 18 Jan 2012 02:39:09 +0000 (18:39 -0800)
committerJohn Linn <john.linn@xilinx.com>
Wed, 18 Jan 2012 02:39:09 +0000 (18:39 -0800)
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

index 2666de095245433bcc095e7ac7904fb9e431bcb8..93e36c07e47093b9587d04854d0b95d2961a873d 100644 (file)
@@ -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);