X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=blobdiff_plain;f=packages%2Fti%2Fipc%2Ftests%2Frpmsg_transport.cfg;h=21386d0d89f75ebf6e016b707410561065c896c5;hp=f1ab37aa61b3cb7f422c6ceb26f3b715a5761fb4;hb=828f113265e1595327e0d8722fd0cab350a44a9c;hpb=a41e9e2ced31bb4e53b9150e22a34934a2e51159 diff --git a/packages/ti/ipc/tests/rpmsg_transport.cfg b/packages/ti/ipc/tests/rpmsg_transport.cfg index f1ab37a..21386d0 100644 --- a/packages/ti/ipc/tests/rpmsg_transport.cfg +++ b/packages/ti/ipc/tests/rpmsg_transport.cfg @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2013, Texas Instruments Incorporated + * Copyright (c) 2012-2014, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -120,12 +120,7 @@ else if (Program.platformName.match(/^ti\.platforms\.evmDRA7XX/) && var MessageQ = xdc.useModule('ti.sdo.ipc.MessageQ'); MessageQ.registerHeapMeta(msgHeap, 0); - if (Program.platformName.match(/^ti\.platforms\.evmDRA7XX\:dsp1/)) { - xdc.loadCapsule("Dsp1.cfg"); - } - else { - xdc.loadCapsule("Dsp2.cfg"); - } + xdc.loadCapsule("Dsp_vayu.cfg"); } else { xdc.loadCapsule("messageq_common.cfg.xs");