]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
[PDK-9611] Correct sysbios device name for AWR294x
authorBadri S <badri@ti.com>
Sat, 24 Apr 2021 05:04:29 +0000 (10:34 +0530)
committerBadri S <badri@ti.com>
Sat, 24 Apr 2021 05:04:29 +0000 (10:34 +0530)
Use correct name for device name in sysbios pltform
config so that correct cpu freq and base address
are picked for AWR294x. currently TPR12 addresses
are picked

Signed-off-by: Badri S <badri@ti.com>
packages/ti/build/makerules/platform.mk

index 01e25697765aea5d23512503503b9df2d8ff2927..b4fa5833a1f0e04a8d1ed2322641867616776e3a 100644 (file)
@@ -504,7 +504,7 @@ ifeq ($(ISA),r5f)
 
   ifeq ($(SOC),$(filter $(SOC), awr294x))
     # Use the platform define from TI RTOS but do not use the default linker command file (false)
-    PLATFORM_XDC = "ti.platforms.cortexR:TPR12:0"
+    PLATFORM_XDC = "ti.platforms.cortexR:AWR29XX:0"
   endif
 
   # If ENDIAN is set to "big", set ENDIAN_EXT to "e", that would be used in
@@ -747,7 +747,7 @@ ifeq ($(ISA),c66)
     endif
 
     ifeq ($(SOC),$(filter $(SOC), awr294x))
-      PLATFORM_XDC = "ti.platforms.c6x:TPR12"
+      PLATFORM_XDC = "ti.platforms.c6x:AWR29XX"
     endif
 
   endif