summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1cfe558)
raw | patch | inline | side by side (parent: 1cfe558)
author | Ivan Pang <i-pang@ti.com> | |
Thu, 16 Aug 2012 00:15:07 +0000 (20:15 -0400) | ||
committer | Ivan Pang <i-pang@ti.com> | |
Thu, 16 Aug 2012 00:15:07 +0000 (20:15 -0400) |
post/src/post.c | patch | blob | history |
diff --git a/post/src/post.c b/post/src/post.c
index fa258bfdf058257f3f08277f943e25d22e12fbaa..cfa6c494a8d9f28857fe4a71c439bdb91fec3aee 100644 (file)
--- a/post/src/post.c
+++ b/post/src/post.c
CSL_SGMII_enableAutoNegotiation (macPortNum);
CSL_SGMII_endRxTxSoftReset (macPortNum);
-
- do
- {
- CSL_SGMII_getStatus(macPortNum, &sgmiiStatus);
- } while (sgmiiStatus.bIsLinkUp != 1);
/* Wait for SGMII Link */
if (!cpswSimTest && ((cpswLpbkMode == CPSW_LOOPBACK_EXTERNAL) || (cpswLpbkMode == CPSW_LOOPBACK_NONE)))