From: Judah Vang Date: Fri, 28 Jun 2013 21:54:39 +0000 (-0700) Subject: Change adds support for TCI6634 and TCI6636 X-Git-Tag: 3.00.02.25_eng~5 X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=commitdiff_plain;h=ea5cc5e2aee484f02938a1d39702711355cbdb2e Change adds support for TCI6634 and TCI6636 Fixes a build error when using the new TCI6636 platform. --- diff --git a/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs b/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs index 230b771..d878b5d 100644 --- a/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs +++ b/packages/ti/sdo/ipc/family/tci663x/Interrupt.xs @@ -34,12 +34,8 @@ */ var deviceSettings = { - 'Kepler' : { - IPCGR0: 0x02620240, - IPCAR0: 0x02620280, - INTERDSPINT: 105, - }, - 'TMS320TCI6638' : { + /* all TCI663x devices inherit from TCI6634 according to Settings.xs */ + 'TMS320TCI6634' : { IPCGR0: 0x02620240, IPCAR0: 0x02620280, INTERDSPINT: 105,