summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson2019-10-11 12:21:45 -0500
committerSam Nelson2019-10-11 13:42:49 -0500
commitc7660f148571869d2c7972d8d1b1e396908627ec (patch)
tree1b7ca9d8802458789b6859a5eccb3939b59fb90d
parent003171b2e6002da1e314f4d899d375e49f22d2a9 (diff)
downloadipc-examples-c7660f148571869d2c7972d8d1b1e396908627ec.tar.gz
ipc-examples-c7660f148571869d2c7972d8d1b1e396908627ec.tar.xz
ipc-examples-c7660f148571869d2c7972d8d1b1e396908627ec.zip
ex02_messageq: Remove r5f-1 from the list
Plan is to test only lockstep mode with ex02_messageq example Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--src/examples/templates/ex02_messageq/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/templates/ex02_messageq/makefile b/src/examples/templates/ex02_messageq/makefile
index 3e71c60..862f482 100644
--- a/src/examples/templates/ex02_messageq/makefile
+++ b/src/examples/templates/ex02_messageq/makefile
@@ -63,7 +63,7 @@ PROCLIST = host core0
63% } else if (this.platform.match(/^TCI6630_(bios|linux)_elf$/)) { 63% } else if (this.platform.match(/^TCI6630_(bios|linux)_elf$/)) {
64PROCLIST = host core0 core1 core2 core3 64PROCLIST = host core0 core1 core2 core3
65% } else if (this.platform.match(/^AM65XX_(bios|linux)_elf$/)) { 65% } else if (this.platform.match(/^AM65XX_(bios|linux)_elf$/)) {
66PROCLIST = host r5f-0 r5f-1 66PROCLIST = host r5f-0
67% } else { 67% } else {
68% throw new Error("unsupported platform: " + this.platform); 68% throw new Error("unsupported platform: " + this.platform);
69% } 69% }