]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/traceframework.git/commitdiff
fixed a warning in k2e project compilation
authorAravind Batni <aravindbr@ti.com>
Wed, 9 Jul 2014 16:08:24 +0000 (12:08 -0400)
committerAravind Batni <aravindbr@ti.com>
Wed, 9 Jul 2014 16:08:24 +0000 (12:08 -0400)
test/TFUnitTest/k2e/c66/bios/tfw_GenProd_UnitTest_k2eBiosProject.txt [changed mode: 0755->0644]
test/TFUnitTest/k2e/c66/bios/tfw_GenProd_utest.cfg [changed mode: 0755->0644]
test/TFUnitTest/k2e/c66/bios/tfw_UiaMInst_utest.cfg [changed mode: 0755->0644]
test/TFUnitTest/k2e/c66/bios/tfw_UiaMinst_UnitTest_k2eBiosProject.txt [changed mode: 0755->0644]
test/TFUnitTest/k2e/c66/bios/tfw_Uia_UnitTest_k2eBiosProject.txt [changed mode: 0755->0644]
test/TFUnitTest/k2e/c66/bios/tfw_Uia_utest.cfg [changed mode: 0755->0644]
test/TFUnitTest/k2e/c66/bios/uTestCpsw.c [changed mode: 0755->0644]
test/TFUnitTest/k2e/c66/bios/uTestCpsw.h [changed mode: 0755->0644]
test/TFUnitTest/k2e/c66/bios/uTestEthSend.c [changed mode: 0755->0644]
test/TFUnitTest/k2e/c66/bios/uTestEthSend.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index bc2dfd7..043bd78
@@ -125,7 +125,7 @@ static int32_t initSGMIISerdes(void)
 #elif defined(DEVICE_K2E)\r
        uint32_t i;\r
        CSL_SERDES_RESULT   csl_retval;\r
-       CSL_SERDES_LANE_ENABLE_STATUS lane_retval = 0;\r
+       CSL_SERDES_LANE_ENABLE_STATUS lane_retval = CSL_SERDES_LANE_ENABLE_NO_ERR;\r
        CSL_SERDES_STATUS   pllstat;\r
         int numPort1 = (UTF_NUM_MAC_PORTS > 4)?4:UTF_NUM_MAC_PORTS;\r
         int numPort2 = (UTF_NUM_MAC_PORTS > 4)?UTF_NUM_MAC_PORTS - 4:0;\r
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)