From: Robert Tivy Date: Fri, 3 Oct 2014 22:18:30 +0000 (-0700) Subject: SDOCM00113339 fix: change TMS320TCI6630 to TMS320TCI6630K2L X-Git-Tag: 3.23.01.02_eng~2 X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=commitdiff_plain;h=0a1cc3fd1250a933c9ae011e45bdb890a72ef714 SDOCM00113339 fix: change TMS320TCI6630 to TMS320TCI6630K2L --- diff --git a/packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs b/packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs index 9e3a908..60bc5f8 100644 --- a/packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs +++ b/packages/ti/ipc/tests/ping_rpmsg_common.cfg.xs @@ -144,7 +144,7 @@ else if (Program.platformName.match(/simKepler/) || MultiProc.setConfig(null, ["HOST", "CORE0"]); break; - case "TMS320TCI6630": + case "TMS320TCI6630K2L": MultiProc.setConfig(null, ["HOST", "CORE0", "CORE1", "CORE2", "CORE3"]); break;