From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: updated SDRC, PRCM, 3430 PRCM patch sets Date: Fri, 25 May 2007 14:45:13 -0700 Message-ID: <20070525214511.GA21314@atomide.com> References: <20070525185452.GM19506@atomide.com> <465757EE.4060403@mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <465757EE.4060403@mvista.com> 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: Kevin Hilman Cc: Paul Walmsley , linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org * Kevin Hilman [070525 14:41]: > Tony Lindgren wrote: > > * Paul Walmsley [070525 01:40]: > >> Hi, > >> > >> following this message are the updated versions of the SDRC cleanup, PRCM > >> cleanup, and 3430 PRCM patchsets. These are intended to be applied on top > >> of the omap24xx.h cleanup patchset that I posted a few days ago. > > > > Pushing all of them today, please everybody verify that things work > > the same way as before for your omap2 boards. > > > > OMAP2430 builds/boots ok for me, but as Khem just pointed out, OMAP1 builds are broken. > > This patch gets OMAP1 buildlng again: > > --- a/arch/arm/plat-omap/dsp/dsp_common.h > +++ b/arch/arm/plat-omap/dsp/dsp_common.h > @@ -28,10 +28,12 @@ > #include > #include "hardware_dsp.h" > > +#ifdef CONFIG_ARCH_OMAP2 > #include "../../mach-omap2/prm.h" > #include "../../mach-omap2/prm_regbits_24xx.h" > #include "../../mach-omap2/cm.h" > #include "../../mach-omap2/cm_regbits_24xx.h" > +#endif > > #define DSPSPACE_SIZE 0x1000000 > Thanks, can you reply with your Signed-off-by? Tony