summaryrefslogtreecommitdiff
path: root/ipc-bios.bld
diff options
context:
space:
mode:
authorG Anthony <a0783926@ti.com>2013-02-26 10:31:18 -0800
committerG Anthony <a0783926@ti.com>2013-02-26 10:31:18 -0800
commit3b7242ee95727e8f6282de72be2d785c21865cc4 (patch)
tree630a0183f712e580570b1836d6643e0b11b0e4aa /ipc-bios.bld
parentc24989a1b7fbe510c6e718798c07164d2b75fb74 (diff)
downloadipc-3b7242ee95727e8f6282de72be2d785c21865cc4.tar.gz
ipc-bios.bld: Add "-cr" lnkOpt in for C66 target for remoteproc loaded images.
This was in ipc-j tree, but got lost when moving to ipcdev tree. It is restored, and allows C66 images to load via remoteproc. Signed-off-by: G Anthony <a0783926@ti.com>
Diffstat (limited to 'ipc-bios.bld')
-rw-r--r--ipc-bios.bld1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc-bios.bld b/ipc-bios.bld
index caf9a9c..e6ee4f9 100644
--- a/ipc-bios.bld
+++ b/ipc-bios.bld
@@ -134,6 +134,7 @@ for (arg = 0; arg < arguments.length; arg++) {
}
if (targetName.match(/elf\.C66/)) {
+ target.lnkOpts.suffix += " -cr";
target.platforms = [
"ti.platforms.simKepler"
//"ti.platforms.evm6614:DSP"