summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorSantosh Shilimkar <santosh.shilimkar@ti.com>2009-10-31 19:48:45 +0100
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2009-11-03 17:13:38 +0100
commit4ae7723c7c4bf4141849f4610bab017fcd0fb349 (patch)
treef01e9548ad331b86603d8847f3685ac02b46b51a /arch/arm/mach-omap2
parent62bcc873f8190c584be93682883e1253b6568e77 (diff)
Remove the wrong ABE mapping
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/io.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 932abf62c1c5..b9db87260a38 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -221,9 +221,9 @@ static struct map_desc omap44xx_io_desc[] __initdata = {
.type = MT_DEVICE,
},
{
- .virtual = L3_ABE_44XX_VIRT,
- .pfn = __phys_to_pfn(L3_ABE_44XX_PHYS),
- .length = L3_ABE_44XX_SIZE,
+ .virtual = L4_ABE_44XX_VIRT,
+ .pfn = __phys_to_pfn(L4_ABE_44XX_PHYS),
+ .length = L4_ABE_44XX_SIZE,
.type = MT_DEVICE,
},
{