From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] To fix OMAP3430 boot for new mach-types Date: Fri, 31 Aug 2007 10:20:54 -0700 Message-ID: <20070831172053.GI12350@atomide.com> References: <9C23CDD79DA20A479D4615857B2E2C4701A9127E@dlee13.ent.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <9C23CDD79DA20A479D4615857B2E2C4701A9127E@dlee13.ent.ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com Errors-To: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com To: "Syed Mohammed, Khasim" Cc: Linux OMAP List-Id: linux-omap@vger.kernel.org * Syed Mohammed, Khasim [070830 17:05]: > > This patch is to fix OMAP 3430 boot/compilation for updated mach-types. > > Signed-off-by: Syed Mohammed Khasim > > File: > arch/arm/mach-omap2/board-3430sdp.c > > ======================================================================= > > --- linux-omap/arch/arm/mach-omap2/board-3430sdp.c 2007-07-11 09:55:16.000000000 -0500 > +++ my_linux-omap/arch/arm/mach-omap2/board-3430sdp.c 2007-08-30 18:54:44.000000000 -0500 > @@ -181,7 +181,7 @@ static void __init omap_3430sdp_map_io(v > omap2_map_common_io(); > } > > -MACHINE_START(OMAP_SDP3430, "OMAP3430 sdp3430 board") > +MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board") > /* Maintainer: Syed Khasim - Texas Instruments Inc */ > .phys_io = 0x48000000, > .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, Pushing today. Tony