]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-432:Remove DDR3 & MSMC heap static intializers from ARM image for DTS:X build
authorFrank Livingston <frank-livingston@ti.com>
Wed, 6 Dec 2017 19:23:38 +0000 (13:23 -0600)
committerFrank Livingston <frank-livingston@ti.com>
Wed, 6 Dec 2017 19:23:38 +0000 (13:23 -0600)
pasdk/test_arm/application/app_dtsx.cmd

index aa075496f81bbab1a19ad2cd7db92f0ec7bf3da9..67329763b547d2cc7df41af6e5160b1290cbcece 100644 (file)
@@ -74,4 +74,18 @@ SECTIONS
         *(.gCapIbBuf)
         *(.gCapAfBuf)
     } > DDR3
+    
+    /*
+       Remove section to exclude heapMem2Params.size 0's for heap initialization from ARM image.
+       Must have corresponding "Program.sectionsExclude" in SYSBIOS configuration file.
+    */
+    .msmcSramHeap (NOLOAD):
+    {
+        *(.msmcSramHeap)  
+    } > HOST_MSMC
+    
+    .ddr3Heap (NOLOAD):
+    {
+        *(.ddr3Heap)  
+    } > HOST_DDR3    
 }