summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAravind Batni2015-08-03 12:42:08 -0500
committerAravind Batni2015-08-03 12:42:08 -0500
commit5a04748707299e890db2ade40299d11896d68920 (patch)
treeeffdb6710b5665e347e48a2039c5eedb19448c62
parentdb0d8a86ee71da9bdf4e9e400435840bd06f9b9b (diff)
downloadtraceframework-5a04748707299e890db2ade40299d11896d68920.tar.gz
traceframework-5a04748707299e890db2ade40299d11896d68920.tar.xz
traceframework-5a04748707299e890db2ade40299d11896d68920.zip
fix warnings for k2e test application
-rw-r--r--test/TFUnitTest/k2e/c66/bios/uTestCpsw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TFUnitTest/k2e/c66/bios/uTestCpsw.c b/test/TFUnitTest/k2e/c66/bios/uTestCpsw.c
index 803c606..270b373 100644
--- a/test/TFUnitTest/k2e/c66/bios/uTestCpsw.c
+++ b/test/TFUnitTest/k2e/c66/bios/uTestCpsw.c
@@ -490,8 +490,8 @@ static int32_t initSGMIISerdes(void)
490#elif defined(DEVICE_K2E) 490#elif defined(DEVICE_K2E)
491 uint32_t i; 491 uint32_t i;
492 CSL_SERDES_RESULT csl_retval; 492 CSL_SERDES_RESULT csl_retval;
493 CSL_SERDES_LANE_ENABLE_STATUS lane_retval = 0; 493 CSL_SERDES_LANE_ENABLE_STATUS lane_retval = CSL_SERDES_LANE_ENABLE_NO_ERR;
494 CSL_SERDES_STATUS pllstat; 494
495 int numPort1 = (gNum_Mac_Ports > 4)?4:gNum_Mac_Ports; 495 int numPort1 = (gNum_Mac_Ports > 4)?4:gNum_Mac_Ports;
496 int numPort2 = (gNum_Mac_Ports > 4)?gNum_Mac_Ports - 4:0; 496 int numPort2 = (gNum_Mac_Ports > 4)?gNum_Mac_Ports - 4:0;
497 497