]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
PDK-9000:Board: Fix for CPSW Ethernet test on AWR294x EVM
authorM V Pratap Reddy <x0257344@ti.com>
Wed, 9 Jun 2021 13:39:34 +0000 (19:09 +0530)
committerBadri Narayanan <badri@ti.com>
Thu, 10 Jun 2021 04:20:04 +0000 (23:20 -0500)
packages/ti/board/diag/cpsw/src/cpsw_eth_test.c

index 3bb3db2da34942cab87e76d37627677fb05ff0fd..2e6ada340c9546c94630bab312a67a4972143ee8 100644 (file)
@@ -105,7 +105,7 @@ static void BoardDiag_enetLpbkCloseEnet(void)
         UART_printf("Failed to close port link: %d\n", status);
     }
 
-#if !(defined(SOC_TPR12) || defined(SOC_AWR294x))
+#if !(defined(SOC_TPR12) || defined(SOC_AWR294X))
     /* Detach core */
     if (status == ENET_SOK)
     {
@@ -1326,7 +1326,7 @@ static int8_t BoardDiag_cpswLoopbackTest()
         UART_printf("Failed to open Enet driver: %d\n", status);
         return -1;
     }
-#if !(defined(SOC_TPR12) || defined(SOC_AWR294x))
+#if !(defined(SOC_TPR12) || defined(SOC_AWR294X))
     if (status == ENET_SOK)
     {
         /* Attach the core with RM */