]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Remove unused DSP app.cfg code related to secure boot
authorFrank Livingston <frank-livingston@ti.com>
Fri, 2 Feb 2018 16:24:21 +0000 (10:24 -0600)
committerFrank Livingston <frank-livingston@ti.com>
Fri, 2 Feb 2018 16:24:21 +0000 (10:24 -0600)
pasdk/test_dsp/application/app.cfg

index ff3b78fca771d69626af954bcf5fbbe591ab60b7..a76de889e1fb4ec9b9f80cc1e3957af983773c9b 100644 (file)
@@ -178,12 +178,6 @@ else
     //BIOS.libType = BIOS.LibType_Debug;
 }
  
-//BIOS.useSK = true;
-//BIOS.setupSecureContext = true;
-////BIOS.libType = BIOS.LibType_Custom;BIOS.libType = (RB ? BIOS.LibType_NonInstrumented : BIOS.LibType_Instrumented);
-//BIOS.libType = BIOS.LibType_Custom;
-//// BIOS.libType = BIOS.LibType_Debug;
-
 /* System stack size (used by ISRs and Swis) */
 Program.stack = 0x2000;
 Program.sectMap[".stack"] = "L2SRAM"