summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/emacExample/k2h/armv7/bios/cpsw_example_k2h.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/emacExample/k2h/armv7/bios/cpsw_example_k2h.cfg b/example/emacExample/k2h/armv7/bios/cpsw_example_k2h.cfg
index fa892e5..64a336e 100644
--- a/example/emacExample/k2h/armv7/bios/cpsw_example_k2h.cfg
+++ b/example/emacExample/k2h/armv7/bios/cpsw_example_k2h.cfg
@@ -28,6 +28,8 @@ var SysMin = xdc.useModule('xdc.runtime.SysMin');
28var System = xdc.useModule('xdc.runtime.System'); 28var System = xdc.useModule('xdc.runtime.System');
29var Text = xdc.useModule('xdc.runtime.Text'); 29var Text = xdc.useModule('xdc.runtime.Text');
30 30
31Task.defaultStackSize = 0x4000;
32
31/* Load the CPPI package */ 33/* Load the CPPI package */
32var Cppi = xdc.loadPackage('ti.drv.cppi'); 34var Cppi = xdc.loadPackage('ti.drv.cppi');
33/* Load the QMSS package */ 35/* Load the QMSS package */