From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 01/01] ARM: OMAP: Makes DSP compiles again for 1510 boards Date: Mon, 1 Oct 2007 11:53:51 -0700 Message-ID: <20071001185350.GO24656@atomide.com> References: <46F7DCBF.8040706@indt.org.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <46F7DCBF.8040706@indt.org.br> 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: Carlos Aguiar Cc: ext Hiroshi DOYU , omap-linux List-Id: linux-omap@vger.kernel.org * Carlos Aguiar [070924 08:51]: > 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 */ > Pushing today. Tony