[Armadeus-commitlog] SF.net SVN: armadeus:[1137] trunk/buildroot/target/u-boot/u-boot-1.3. 4-300-im
Brought to you by:
sszy
|
From: <th...@us...> - 2009-03-10 12:34:21
|
Revision: 1137
http://armadeus.svn.sourceforge.net/armadeus/?rev=1137&view=rev
Author: thom25
Date: 2009-03-10 12:34:06 +0000 (Tue, 10 Mar 2009)
Log Message:
-----------
[U-BOOT] fix ethernet autonegotiation bug
Modified Paths:
--------------
trunk/buildroot/target/u-boot/u-boot-1.3.4-300-imx27.patch
Modified: trunk/buildroot/target/u-boot/u-boot-1.3.4-300-imx27.patch
===================================================================
--- trunk/buildroot/target/u-boot/u-boot-1.3.4-300-imx27.patch 2009-03-10 09:39:05 UTC (rev 1136)
+++ trunk/buildroot/target/u-boot/u-boot-1.3.4-300-imx27.patch 2009-03-10 12:34:06 UTC (rev 1137)
@@ -2658,7 +2658,7 @@
+#define ADVERTISE_FULL (ADVERTISE_100FULL | ADVERTISE_10FULL | \
+ ADVERTISE_CSMA)
+#define ADVERTISE_ALL (ADVERTISE_10HALF | ADVERTISE_10FULL | \
-+ ADVERTISE_100HALF | ADVERTISE_100FULL)
++ ADVERTISE_100HALF | ADVERTISE_100FULL|ADVERTISE_CSMA)
+
+/* Link partner ability register. */
+#define LPA_SLCT 0x001f /* Same as advertise selector */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|