From patchwork Thu Oct 29 07:33:38 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 56403 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9T7XeSd010460 for ; Thu, 29 Oct 2009 07:33:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756709AbZJ2Hde (ORCPT ); Thu, 29 Oct 2009 03:33:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756715AbZJ2Hde (ORCPT ); Thu, 29 Oct 2009 03:33:34 -0400 Received: from utopia.booyaka.com ([72.9.107.138]:35113 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756679AbZJ2Hdd (ORCPT ); Thu, 29 Oct 2009 03:33:33 -0400 Received: (qmail 10465 invoked by uid 526); 29 Oct 2009 07:33:38 -0000 Date: Thu, 29 Oct 2009 01:33:38 -0600 (MDT) From: Paul Walmsley To: linux-omap@vger.kernel.org Subject: [PATCH] OMAP3: drop all IVA-related address base definitions Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/plat-omap/include/plat/omap34xx.h b/arch/arm/plat-omap/include/plat/omap34xx.h index ab20599..ed59979 100644 --- a/arch/arm/plat-omap/include/plat/omap34xx.h +++ b/arch/arm/plat-omap/include/plat/omap34xx.h @@ -97,7 +97,6 @@ #define OMAP3430_ISP_CSI2A_END (OMAP3430_ISP_CSI2A_BASE + 0x16F) #define OMAP3430_ISP_CSI2PHY_END (OMAP3430_ISP_CSI2PHY_BASE + 0x007) -#define OMAP34XX_IVA_INTC_BASE 0x40000000 #define OMAP34XX_HSUSB_OTG_BASE (L4_34XX_BASE + 0xAB000) #define OMAP34XX_USBTLL_BASE (L4_34XX_BASE + 0x62000) #define OMAP34XX_UHH_CONFIG_BASE (L4_34XX_BASE + 0x64000) @@ -108,9 +107,5 @@ #define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000) -#define OMAP34XX_DSP_BASE 0x58000000 -#define OMAP34XX_DSP_MEM_BASE (OMAP34XX_DSP_BASE + 0x0) -#define OMAP34XX_DSP_IPI_BASE (OMAP34XX_DSP_BASE + 0x1000000) -#define OMAP34XX_DSP_MMU_BASE (OMAP34XX_DSP_BASE + 0x2000000) #endif /* __ASM_ARCH_OMAP34XX_H */