summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'example/emacExample/k2l/c66/bios/cpsw_example_k2l.cfg')
-rwxr-xr-xexample/emacExample/k2l/c66/bios/cpsw_example_k2l.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/example/emacExample/k2l/c66/bios/cpsw_example_k2l.cfg b/example/emacExample/k2l/c66/bios/cpsw_example_k2l.cfg
index 6cebdb3..d9b58c1 100755
--- a/example/emacExample/k2l/c66/bios/cpsw_example_k2l.cfg
+++ b/example/emacExample/k2l/c66/bios/cpsw_example_k2l.cfg
@@ -42,11 +42,10 @@ System.SupportProxy = SysStd;
42 */ 42 */
43Program.global.sysMinBufSize = 0x8000; 43Program.global.sysMinBufSize = 0x8000;
44var System = xdc.useModule('xdc.runtime.System'); 44var System = xdc.useModule('xdc.runtime.System');
45var SysMin = xdc.useModule('ti.trace.SysMin'); 45var SysMin = xdc.useModule('xdc.runtime.SysMin');
46Program.sectMap[".tracebuf"] = "L2SRAM";
47System.SupportProxy = SysMin; 46System.SupportProxy = SysMin;
48SysMin.bufSize = Program.global.sysMinBufSize; 47SysMin.bufSize = Program.global.sysMinBufSize;
49 48
50/* Configure resource table for trace only. 49/* Configure resource table for trace only.
51 Note that, it traceOnly parameter should not 50 Note that, it traceOnly parameter should not
52 be set if application is using MessageQ based IPC 51 be set if application is using MessageQ based IPC