From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tero Kristo Subject: RE: OMAP3EVM not booting on l-o master Date: Wed, 2 May 2012 11:39:17 +0300 Message-ID: <1335947957.2149.186.camel@sokoban> References: <1335173044.2149.64.camel@sokoban> <87obqhawig.fsf@ti.com> <1335532591.2149.163.camel@sokoban> <87fwbowyuu.fsf@ti.com> <1335790016.2149.185.camel@sokoban> <87vckht0lf.fsf@ti.com> <87y5pchu4f.fsf@ti.com> Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:46434 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752571Ab2EBIjV (ORCPT ); Wed, 2 May 2012 04:39:21 -0400 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Mohammed, Afzal" Cc: "Hilman, Kevin" , Paul Walmsley , "linux-omap@vger.kernel.org" On Wed, 2012-05-02 at 07:48 +0200, Mohammed, Afzal wrote: > Hi Kevin, > > On Tue, May 01, 2012 at 19:38:00, Hilman, Kevin wrote: > > >> Afzal, care to give this one a test as well? It should have the same > > >> result but is a more targetted fix. With and ack from Tero and a > > >> Tested-by from you, I'll post this to the list and and queue it up for > > >> v3.5. > > With an additional diff [1], your patch makes omap3evm boot > > Without [1], compiler error > > Regards > Afzal > > [1] > > diff --git a/arch/arm/mach-omap2/prm2xxx_3xxx.c b/arch/arm/mach-omap2/prm2xxx_3xxx.c > index a8c6bd8..a0309de 100644 > --- a/arch/arm/mach-omap2/prm2xxx_3xxx.c > +++ b/arch/arm/mach-omap2/prm2xxx_3xxx.c > @@ -15,6 +15,7 @@ > #include > #include > #include > +#include > > #include "common.h" > #include With this addition Kevin's patch looks good to me, so acked. -Tero