]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/tests/test_omx_dsp_omap5.cfg
Eliminate config warning raised by ti.sdo.ipcmgr
[ipc/ipcdev.git] / packages / ti / ipc / tests / test_omx_dsp_omap5.cfg
index 3cfb864c67e241b9e162c669e0e4fa2877574b22..dd477b34c1315af9f0c392329ecdff29aa4a3f08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2014, Texas Instruments Incorporated
+ * Copyright (c) 2013-2015 Texas Instruments Incorporated - http://www.ti.com
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -31,8 +31,8 @@
  */
 
 /* This calls MessageQCopy_init() once before BIOS_start(): */
-xdc.loadPackage('ti.ipc.ipcmgr');
-var BIOS        = xdc.useModule('ti.sysbios.BIOS');
+xdc.useModule('ti.ipc.ipcmgr.IpcMgr');
+var BIOS = xdc.useModule('ti.sysbios.BIOS');
 BIOS.addUserStartupFunction('&IpcMgr_rpmsgStartup');
 BIOS.addUserStartupFunction('&register_MxServer');