]> 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 No IP build
authorFrank Livingston <frank-livingston@ti.com>
Mon, 6 Nov 2017 20:40:07 +0000 (14:40 -0600)
committerFrank Livingston <frank-livingston@ti.com>
Mon, 6 Nov 2017 20:40:07 +0000 (14:40 -0600)
pasdk/test_arm/application/app_noip.cmd

index f8b94174f316105c4838f0d8b8fd99b59075f146..9d4d10167b11ba9ad3052acb9bc8c542ffe9e421 100644 (file)
@@ -60,4 +60,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    
 }