]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - makerules/platform.mk
Adding adaslow - tda3xx platform
[keystone-rtos/edma3_lld.git] / makerules / platform.mk
index 3acb963deb40bc4929ffc60fa070540c0afb6dd9..d4e8086ce7b39572a4e197b616a8a7045745ca9b 100755 (executable)
 # Derive SOC from PLATFORM
 #
 
-# tda2xx (Vayu) Simulator
+# tda2xx (Vayu) EVM
 ifeq ($(PLATFORM),tda2xx-evm)
  SOC = tda2xx
  PLATFORM_XDC = "ti.platforms.evmDRA7XX"
 endif
 
+# tda3xx (ADAS low)
+ifeq ($(PLATFORM),tda3xx-evm)
+ SOC = tda3xx
+ PLATFORM_XDC = "ti.platforms.evmDRA7XX"
+endif
+
 # ti816x (Netra) catalog EVM
 ifeq ($(PLATFORM),ti816x-evm)
  SOC = ti816x
@@ -206,6 +212,9 @@ ifeq ($(CORE),c6xdsp)
  ifeq ($(SOC),tda2xx)
   ISA = 66
  endif
+ ifeq ($(SOC),tda3xx)
+  ISA = 66
+ endif
  ifeq ($(SOC),ti814x)
   ISA = 674
  endif