From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Aguiar Subject: [PATCH 01/01] ARM: OMAP: Makes DSP compiles again for 1510 boards Date: Mon, 24 Sep 2007 11:50:23 -0400 Message-ID: <46F7DCBF.8040706@indt.org.br> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: omap-linux Cc: ext Hiroshi DOYU List-Id: linux-omap@vger.kernel.org From: Carlos Eduardo Aguiar This simple patch makes DSP compiles again for 1510 boards. Signed-off-by: Carlos Eduardo Aguiar Signed-off-by: Eduardo Valentin --- include/asm-arm/arch-omap/omap1510.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/asm-arm/arch-omap/omap1510.h b/include/asm-arm/arch-omap/omap1510.h index c575d35..7b5114b 100644 --- a/include/asm-arm/arch-omap/omap1510.h +++ b/include/asm-arm/arch-omap/omap1510.h @@ -44,5 +44,7 @@ #define OMAP1510_DSPREG_SIZE SZ_128K #define OMAP1510_DSPREG_START 0xE1000000 +#define OMAP1510_DSP_MMU_BASE (0xfffed200) + #endif /* __ASM_ARCH_OMAP15XX_H */ -- 1.5.3.GIT