]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/tests/gatempapp.cfg
Remove dead code that appears to be trying to set L1D cache size to 0
[ipc/ipcdev.git] / packages / ti / ipc / tests / gatempapp.cfg
index 71aef55187b8bf052443e52dfa798543104a4950..47a435f9a8bd682d438e274036f020b4266f720b 100644 (file)
@@ -57,8 +57,6 @@ Resource.customTable = true;
 
 var Cache = xdc.useModule('ti.sysbios.family.c66.Cache');
 Cache.setMarMeta(0xa0000000, 0x02000000, Cache.Mar_DISABLE);
-var L1cache = new Cache.Size();
-L1cache.l1dSize = Cache.L1Size_0K;
 
 /*
  *  ======== SYS/BIOS Configuration ========