X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=blobdiff_plain;f=packages%2Fti%2Fipc%2Ftests%2Fnameserverapp.cfg;h=98c579ece8f2685cbbff296ba9ad276adb8ab44a;hp=721009b405f259b172afc4545334d3cc56c2e2cf;hb=828f113265e1595327e0d8722fd0cab350a44a9c;hpb=a41e9e2ced31bb4e53b9150e22a34934a2e51159 diff --git a/packages/ti/ipc/tests/nameserverapp.cfg b/packages/ti/ipc/tests/nameserverapp.cfg index 721009b..98c579e 100644 --- a/packages/ti/ipc/tests/nameserverapp.cfg +++ b/packages/ti/ipc/tests/nameserverapp.cfg @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Texas Instruments Incorporated + * Copyright (c) 2013-2014, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -61,12 +61,7 @@ else if (Program.platformName.match(/^ti\.platforms\.evmDRA7XX/) && } else if (Program.platformName.match(/^ti\.platforms\.evmDRA7XX/) && Program.cpu.attrs.cpuCore.match(/^6600$/)) { - 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");