From ea5cc5e2aee484f02938a1d39702711355cbdb2e Mon Sep 17 00:00:00 2001 From: Judah Vang Date: Fri, 28 Jun 2013 14:54:39 -0700 Subject: [PATCH] Change adds support for TCI6634 and TCI6636 Fixes a build error when using the new TCI6636 platform. --- packages/ti/sdo/ipc/family/tci663x/Interrupt.xs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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, -- 2.39.2