diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-03-19 06:12:02 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-03-19 06:18:27 -0400 |
commit | fc300206ad07e771ed003d35b1dc179eaf0c508f (patch) | |
tree | 639b0d7e9f642f57da5c4664ab65f271dea644a5 /arch/arm/mach-mx5 | |
parent | 5443856cadac7faaaeefeed9d769f497a8c6fa4b (diff) |
i.MX51: remove NFC AXI static mapping
This area contains the Nand Flash controller registers. There
is no need to map them statically as the Nand driver uses ioremap().
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5')
-rw-r--r-- | arch/arm/mach-mx5/mm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-mx5/mm.c b/arch/arm/mach-mx5/mm.c index 9fe7beb32dac..b7677ef80cc4 100644 --- a/arch/arm/mach-mx5/mm.c +++ b/arch/arm/mach-mx5/mm.c | |||
@@ -49,11 +49,6 @@ static struct map_desc mxc_io_desc[] __initdata = { | |||
49 | .pfn = __phys_to_pfn(MX51_AIPS2_BASE_ADDR), | 49 | .pfn = __phys_to_pfn(MX51_AIPS2_BASE_ADDR), |
50 | .length = MX51_AIPS2_SIZE, | 50 | .length = MX51_AIPS2_SIZE, |
51 | .type = MT_DEVICE | 51 | .type = MT_DEVICE |
52 | }, { | ||
53 | .virtual = MX51_NFC_AXI_BASE_ADDR_VIRT, | ||
54 | .pfn = __phys_to_pfn(MX51_NFC_AXI_BASE_ADDR), | ||
55 | .length = MX51_NFC_AXI_SIZE, | ||
56 | .type = MT_DEVICE | ||
57 | }, | 52 | }, |
58 | }; | 53 | }; |
59 | 54 | ||