From: Tony Lindgren Date: Tue, 8 May 2007 18:21:14 +0000 (-0700) Subject: Fix booting for 24xx X-Git-Tag: v2.6.22-omap1~164 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6afe7af9250173da46daad5c0954bf1657254d4e;p=linux-2.6-omap-h63xx.git Fix booting for 24xx Looks like automerge again... Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 41e5011c83b..008a650fc42 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -42,6 +42,12 @@ static struct map_desc omap2_io_desc[] __initdata = { .length = L3_24XX_SIZE, .type = MT_DEVICE }, + { + .virtual = L4_24XX_VIRT, + .pfn = __phys_to_pfn(L4_24XX_PHYS), + .length = L4_24XX_SIZE, + .type = MT_DEVICE + }, #ifdef CONFIG_ARCH_OMAP2430 { .virtual = L4_WK_243X_VIRT,