X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=blobdiff_plain;f=packages%2Fti%2Fipc%2Ftests%2Fping_rpmsg.cfg;h=79a17c4d2457debdad883549072847999d8622e1;hp=8651460b2b4f80446b8313105ec51585e75d3005;hb=828f113265e1595327e0d8722fd0cab350a44a9c;hpb=a41e9e2ced31bb4e53b9150e22a34934a2e51159 diff --git a/packages/ti/ipc/tests/ping_rpmsg.cfg b/packages/ti/ipc/tests/ping_rpmsg.cfg index 8651460..79a17c4 100644 --- a/packages/ti/ipc/tests/ping_rpmsg.cfg +++ b/packages/ti/ipc/tests/ping_rpmsg.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 @@ -84,12 +84,7 @@ else if (Program.platformName.match(/^ti\.platforms\.evmDRA7XX/) && var BIOS = xdc.useModule('ti.sysbios.BIOS'); BIOS.addUserStartupFunction('&IpcMgr_rpmsgStartup'); - 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("ping_rpmsg_common.cfg.xs");