From: Syed Mohammed, Khasim Date: Fri, 31 Aug 2007 00:04:29 +0000 (-0500) Subject: To fix OMAP3430 boot for new mach-types X-Git-Tag: v2.6.23-omap1~127 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f9e595b32ccf78051082ec0dc2eaeb573ae10c7b;p=linux-2.6-omap-h63xx.git To fix OMAP3430 boot for new mach-types This patch is to fix OMAP 3430 boot/compilation for updated mach-types. Signed-off-by: Syed Mohammed Khasim Signed-off-by: Tony Lindgren index c3eff5b..7b65e19 100644 --- diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index c3eff5b6f64..7b65e19896d 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c @@ -181,7 +181,7 @@ static void __init omap_3430sdp_map_io(void) 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,